Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h211 static SectionKind getBSSExtern() { return get(BSSExtern); } in getBSSExtern() function
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp239 return SectionKind::getBSSExtern(); in getKindForGlobal()