Home
last modified time | relevance | path

Searched refs:getBSSExtern (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DSectionKind.h225 static SectionKind getBSSExtern() { return get(BSSExtern); } in getBSSExtern() function
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp161 return SectionKind::getBSSExtern(); in getKindForGlobal()