OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBSSExtern
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
SectionKind.h
227
static SectionKind
getBSSExtern
() { return get(BSSExtern); }
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
145
return SectionKind::
getBSSExtern
();
Completed in 22 milliseconds