Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCObjectFileInfo.h346 MCSection *getTLSExtraDataSection() const { return TLSExtraDataSection; } in getTLSExtraDataSection() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp820 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in emitGlobalVariable()