Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h350 MCSection *getTLSExtraDataSection() const { return TLSExtraDataSection; } in getTLSExtraDataSection() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp849 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in emitGlobalVariable()