Home
last modified time | relevance | path

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

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