Home
last modified time | relevance | path

Searched refs:LSDASection (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h31 LSDASection = nullptr; in NVPTXTargetObjectFile()
60 LSDASection = in Initialize()
DNVPTXISelLowering.cpp4551 delete static_cast<NVPTXSection *>(LSDASection); in ~NVPTXTargetObjectFile()
/external/llvm/lib/Target/ARM/
DARMTargetObjectFile.cpp36 LSDASection = nullptr; in Initialize()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h76 MCSection *LSDASection; variable
227 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp182 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/
DARMTargetObjectFile.cpp41 LSDASection = nullptr; in Initialize()
/external/llvm-project/llvm/lib/Target/ARM/
DARMTargetObjectFile.cpp41 LSDASection = nullptr; in Initialize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp386 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/
DEHStreamer.cpp391 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/
DMCObjectFileInfo.cpp182 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/
DMCObjectFileInfo.h71 MCSection *LSDASection = nullptr; variable
247 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp423 MCSection *LSDASection = in emitExceptionTable() local
465 if (LSDASection) in emitExceptionTable()
466 Asm->OutStreamer->SwitchSection(LSDASection); in emitExceptionTable()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp195 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/
DTargetLoweringObjectFile.h125 return LSDASection; in getSectionForLSDA()
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h71 MCSection *LSDASection = nullptr; variable
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp846 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()
847 return LSDASection; in getSectionForLSDA()
849 const auto *LSDA = cast<MCSectionELF>(LSDASection); in getSectionForLSDA()