OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOrdinarySection
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Object/
COFF.h
402
bool
isOrdinarySection
= getStorageClass() == COFF::IMAGE_SYM_CLASS_STATIC;
405
return isAppdomainGlobal ||
isOrdinarySection
;
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFF.h
421
bool
isOrdinarySection
= getStorageClass() == COFF::IMAGE_SYM_CLASS_STATIC;
424
return isAppdomainGlobal ||
isOrdinarySection
;
[
all
...]
Completed in 68 milliseconds