/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 85 MCSection *getStaticCtorSection(unsigned Priority, 159 MCSection *getStaticCtorSection(unsigned Priority, 198 MCSection *getStaticCtorSection(unsigned Priority,
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 84 MCSection *getStaticCtorSection(unsigned Priority, 168 MCSection *getStaticCtorSection(unsigned Priority,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 141 virtual MCSection *getStaticCtorSection(unsigned Priority, in getStaticCtorSection() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 143 virtual MCSection *getStaticCtorSection(unsigned Priority, in getStaticCtorSection() function
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCObjectFileInfo.h | 184 const MCSection *getStaticCtorSection() const { return StaticCtorSection; } in getStaticCtorSection() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 611 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/ |
D | TargetLoweringObjectFileImpl.cpp | 413 MCSection *TargetLoweringObjectFileELF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileELF 1055 MCSection *TargetLoweringObjectFileCOFF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileCOFF
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFWriter.cpp | 202 const MCSectionELF *Ctor = (const MCSectionELF *)TLOF.getStaticCtorSection(); in getCtorSection()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1197 OutStreamer.SwitchSection(getObjFileLowering().getStaticCtorSection()); in EmitSpecialLLVMGlobal()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1641 (isCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in EmitXXStructorList()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1937 (isCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in EmitXXStructorList()
|