OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isImportLibrary
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Object/
COFF.h
71
bool
isImportLibrary
() const { return NumberOfSections == 0xffff; }
676
return COFFHeader->
isImportLibrary
() ? 0
685
return COFFHeader->
isImportLibrary
() ? 0 : COFFHeader->Characteristics;
701
return COFFHeader->
isImportLibrary
() ? 0 : COFFHeader->NumberOfSections;
708
return COFFHeader->
isImportLibrary
() ? 0
716
return COFFHeader->
isImportLibrary
() ? 0 : COFFHeader->NumberOfSymbols;
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFF.h
85
bool
isImportLibrary
() const { return NumberOfSections == 0xffff; }
820
return COFFHeader->
isImportLibrary
() ? 0
830
return COFFHeader->
isImportLibrary
() ? 0 : COFFHeader->Characteristics;
848
return COFFHeader->
isImportLibrary
() ? 0 : COFFHeader->NumberOfSections;
856
return COFFHeader->
isImportLibrary
() ? 0
865
return COFFHeader->
isImportLibrary
() ? 0 : COFFHeader->NumberOfSymbols;
[
all
...]
/external/llvm/lib/Object/
COFFObjectFile.cpp
693
if (COFFHeader->
isImportLibrary
())
821
COFFHeader && COFFHeader->
isImportLibrary
() ? 0 : getNumberOfSections();
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFObjectFile.cpp
729
if (COFFHeader->
isImportLibrary
())
866
COFFHeader && COFFHeader->
isImportLibrary
() ? 0 : getNumberOfSections();
[
all
...]
Completed in 147 milliseconds