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

  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 34 LSDASection = NULL;
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 32 LSDASection = 0;
55 delete LSDASection;
82 LSDASection =
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 83 /// LSDASection - If exception handling is supported by the target, this is
85 const MCSection *LSDASection;
216 const MCSection *getLSDASection() const { return LSDASection; }
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 410 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection();
454 // EHABI). In this case LSDASection will be NULL.
455 if (LSDASection)
456 Asm->OutStreamer.SwitchSection(LSDASection);
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 146 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0,
414 LSDASection =
551 LSDASection =

Completed in 3311 milliseconds