Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h171 bool isBSSExtern() const { return K == BSSExtern; } in isBSSExtern() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1398 if (Kind.isBSSExtern()) in SelectSectionForGlobal()