Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h348 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp805 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable()