/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 31 LSDASection = nullptr; in NVPTXTargetObjectFile() 60 LSDASection = in Initialize()
|
D | NVPTXISelLowering.cpp | 4551 delete static_cast<NVPTXSection *>(LSDASection); in ~NVPTXTargetObjectFile()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 36 LSDASection = nullptr; in Initialize()
|
/external/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 76 MCSection *LSDASection; variable 227 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 182 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0, in initMachOMCObjectFileInfo() 394 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 536 LSDASection = nullptr; in initCOFFMCObjectFileInfo() 538 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo() 856 LSDASection = Ctx->getWasmSection(".rodata.gcc_except_table", in initWasmMCObjectFileInfo() 886 LSDASection = Ctx->getXCOFFSection(".gcc_except_table", in initXCOFFMCObjectFileInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 41 LSDASection = nullptr; in Initialize()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 41 LSDASection = nullptr; in Initialize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.cpp | 386 MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection(); in emitExceptionTable() local 427 if (LSDASection) in emitExceptionTable() 428 Asm->OutStreamer->SwitchSection(LSDASection); in emitExceptionTable()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.cpp | 391 MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection(); in emitExceptionTable() local 436 if (LSDASection) in emitExceptionTable() 437 Asm->OutStreamer->SwitchSection(LSDASection); in emitExceptionTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 182 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0, in initMachOMCObjectFileInfo() 389 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 528 LSDASection = nullptr; in initCOFFMCObjectFileInfo() 530 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo() 776 LSDASection = Ctx->getWasmSection(".rodata.gcc_except_table", in initWasmMCObjectFileInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 71 MCSection *LSDASection = nullptr; variable 247 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.cpp | 423 MCSection *LSDASection = in emitExceptionTable() local 465 if (LSDASection) in emitExceptionTable() 466 Asm->OutStreamer->SwitchSection(LSDASection); in emitExceptionTable()
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 195 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0, in initMachOMCObjectFileInfo() 513 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 650 LSDASection = nullptr; in initCOFFMCObjectFileInfo() 652 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo()
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 125 return LSDASection; in getSectionForLSDA()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 71 MCSection *LSDASection = nullptr; variable
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 846 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA() 847 return LSDASection; in getSectionForLSDA() 849 const auto *LSDA = cast<MCSectionELF>(LSDASection); in getSectionForLSDA()
|