Home
last modified time | relevance | path

Searched refs:getStaticCtorSection (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h85 MCSection *getStaticCtorSection(unsigned Priority,
159 MCSection *getStaticCtorSection(unsigned Priority,
198 MCSection *getStaticCtorSection(unsigned Priority,
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h84 MCSection *getStaticCtorSection(unsigned Priority,
168 MCSection *getStaticCtorSection(unsigned Priority,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h141 virtual MCSection *getStaticCtorSection(unsigned Priority, in getStaticCtorSection() function
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h143 virtual MCSection *getStaticCtorSection(unsigned Priority, in getStaticCtorSection() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h184 const MCSection *getStaticCtorSection() const { return StaticCtorSection; } in getStaticCtorSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp611 MCSection *TargetLoweringObjectFileELF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileELF
1314 MCSection *TargetLoweringObjectFileCOFF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileCOFF
1576 MCSection *TargetLoweringObjectFileWasm::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileWasm
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp413 MCSection *TargetLoweringObjectFileELF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileELF
1055 MCSection *TargetLoweringObjectFileCOFF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileCOFF
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp202 const MCSectionELF *Ctor = (const MCSectionELF *)TLOF.getStaticCtorSection(); in getCtorSection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1197 OutStreamer.SwitchSection(getObjFileLowering().getStaticCtorSection()); in EmitSpecialLLVMGlobal()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1641 (isCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in EmitXXStructorList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1937 (isCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in EmitXXStructorList()