Home
last modified time | relevance | path

Searched refs:getStaticDtorSection (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h86 MCSection *getStaticDtorSection(unsigned Priority,
170 MCSection *getStaticDtorSection(unsigned Priority,
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h148 virtual MCSection *getStaticDtorSection(unsigned Priority, in getStaticDtorSection() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h185 const MCSection *getStaticDtorSection() const { return StaticDtorSection; } in getStaticDtorSection() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp419 MCSection *TargetLoweringObjectFileELF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileELF
1061 MCSection *TargetLoweringObjectFileCOFF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileCOFF
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp208 const MCSectionELF *Dtor = (const MCSectionELF *)TLOF.getStaticDtorSection(); in getDtorSection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1211 OutStreamer.SwitchSection(getObjFileLowering().getStaticDtorSection()); in EmitSpecialLLVMGlobal()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1642 : Obj.getStaticDtorSection(S.Priority, KeySym)); in EmitXXStructorList()