HomeSort by relevance Sort by last modified time
    Searched refs:LSDASection (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 41 LSDASection = NULL;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 78 /// LSDASection - If exception handling is supported by the target, this is
80 const MCSection *LSDASection;
193 const MCSection *getLSDASection() const { return LSDASection; }
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 411 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection();
455 // EHABI). In this case LSDASection will be NULL.
456 if (LSDASection)
457 Asm->OutStreamer.SwitchSection(LSDASection);
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 145 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0,
358 LSDASection =
444 LSDASection =

Completed in 750 milliseconds