Home
last modified time | relevance | path

Searched refs:LSDASection (Results 1 – 14 of 14) 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/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h78 const MCSection *LSDASection; variable
186 const MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMTargetObjectFile.cpp39 LSDASection = NULL; in Initialize()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h76 MCSection *LSDASection; variable
227 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
/external/llvm/lib/Target/ARM/
DARMTargetObjectFile.cpp36 LSDASection = nullptr; in Initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h72 MCSection *LSDASection; variable
242 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
/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-7.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp382 MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection(); in emitExceptionTable() local
423 if (LSDASection) in emitExceptionTable()
424 Asm->OutStreamer->SwitchSection(LSDASection); in emitExceptionTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetObjectFile.cpp41 LSDASection = nullptr; in Initialize()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp145 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0, in InitMachOMCObjectFileInfo()
332 LSDASection = in InitELFMCObjectFileInfo()
410 LSDASection = in InitCOFFMCObjectFileInfo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.cpp410 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection(); in EmitExceptionTable() local
455 if (LSDASection) in EmitExceptionTable()
456 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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp186 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0, in initMachOMCObjectFileInfo()
524 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
661 LSDASection = nullptr; in initCOFFMCObjectFileInfo()
663 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo()