Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h210 static SectionKind getBSSLocal() { return get(BSSLocal); } in getBSSLocal() function
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp237 return SectionKind::getBSSLocal(); in getKindForGlobal()