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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMTargetObjectFile.cpp32 LSDASection = NULL;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h33 delete LSDASection;
62 LSDASection = new NVPTXSection(MCSection::SV_ELF,
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCObjectFileInfo.h78 /// LSDASection - If exception handling is supported by the target, this is
80 const MCSection *LSDASection; member in class:llvm::MCObjectFileInfo
193 const MCSection *getLSDASection() const { return LSDASection; }
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfException.cpp411 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection();
455 // EHABI). In this case LSDASection will be NULL.
456 if (LSDASection)
457 Asm->OutStreamer.SwitchSection(LSDASection);
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCObjectFileInfo.cpp145 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0,
358 LSDASection =
452 LSDASection =

Completed in 190 milliseconds