Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDSectionKind.h211 static SectionKind getBSSExtern() { return get(BSSExtern); } in getBSSExtern() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp239 return SectionKind::getBSSExtern(); in getKindForGlobal()