Searched refs:LSDASection (Results 1 – 14 of 14) sorted by relevance
/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/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCObjectFileInfo.h | 78 const MCSection *LSDASection; variable 186 const MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 39 LSDASection = NULL; in Initialize()
|
/external/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 76 MCSection *LSDASection; variable 227 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 36 LSDASection = nullptr; in Initialize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 72 MCSection *LSDASection; variable 242 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.cpp | 382 MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection(); in emitExceptionTable() local 423 if (LSDASection) in emitExceptionTable() 424 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-7.0/llvm/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 41 LSDASection = nullptr; in Initialize()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectFileInfo.cpp | 145 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/ |
D | DwarfException.cpp | 410 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 186 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()
|