Searched refs:LSDASection (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp35 LSDASection = nullptr;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h32 LSDASection = nullptr;
62 LSDASection =
H A DNVPTXISelLowering.cpp3305 delete LSDASection;
/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h81 /// LSDASection - If exception handling is supported by the target, this is
83 const MCSection *LSDASection; member in class:llvm::MCObjectFileInfo
220 const MCSection *getLSDASection() const { return LSDASection; }
/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp383 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection(); local
427 // EHABI). In this case LSDASection will be NULL.
428 if (LSDASection)
429 Asm->OutStreamer.SwitchSection(LSDASection);
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp169 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0,
497 LSDASection =
655 LSDASection = 0;
657 LSDASection = Ctx->getCOFFSection(".gcc_except_table",

Completed in 271 milliseconds