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

  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 36 LSDASection = nullptr;
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 32 LSDASection = nullptr;
61 LSDASection =
NVPTXISelLowering.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 81 /// LSDASection - If exception handling is supported by the target, this is
83 const MCSection *LSDASection;
220 const MCSection *getLSDASection() const { return LSDASection; }
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 391 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection();
435 // EHABI). In this case LSDASection will be NULL.
436 if (LSDASection)
437 Asm->OutStreamer.SwitchSection(LSDASection);
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 168 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0,
452 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS,
567 LSDASection = 0;
569 LSDASection = Ctx->getCOFFSection(".gcc_except_table",
    [all...]

Completed in 105 milliseconds