Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h352 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp834 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable()