/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 70 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly() 96 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
|
D | DwarfDebug.cpp | 650 SectionMap.insert(Asm->getObjFileLowering().getTextSection()); in beginModule() 710 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getTextSection()); in endModule() 1496 TextSectionSym = EmitSectionSym(Asm, TLOF.getTextSection(), "text_begin"); in EmitSectionLabels()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 71 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly() 98 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 76 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly() 103 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
|
/external/llvm/lib/MC/ |
D | WinCOFFStreamer.cpp | 66 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 75 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
|
D | MCStreamer.cpp | 232 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 525 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
|
D | MCELFStreamer.cpp | 91 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCWinCOFFStreamer.cpp | 74 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 83 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
|
D | MCStreamer.cpp | 310 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 672 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
|
D | MCELFStreamer.cpp | 93 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITDebugRegisterer.cpp | 82 ELFSection &Text = EW.getTextSection(const_cast<Function *>(F)); in MakeELF()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFWriter.h | 195 ELFSection &getTextSection(const Function *F);
|
D | ELFCodeEmitter.cpp | 44 ES = &EW.getTextSection(MF.getFunction()); in startFunction()
|
D | TargetLoweringObjectFileImpl.cpp | 625 return getTextSection(); in SelectSectionForGlobal()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCObjectFileInfo.h | 181 const MCSection *getTextSection() const { return TextSection; } in getTextSection() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 272 return getTextSection(); in SelectSectionForGlobal()
|
/external/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 223 MCSection *getTextSection() const { return TextSection; } in getTextSection() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 238 MCSection *getTextSection() const { return TextSection; } in getTextSection() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 581 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 464 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 502 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1051 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile() 1339 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 478 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.cpp | 719 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitAmdKernelCodeT()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1278 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile() 1572 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
|