Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h336 MCSection *getTLSExtraDataSection() const { return TLSExtraDataSection; } in getTLSExtraDataSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp651 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in emitGlobalVariable()