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 35 LSDASection = nullptr;
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 32 LSDASection = nullptr;
62 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 383 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection();
427 // EHABI). In this case LSDASection will be NULL.
428 if (LSDASection)
429 Asm->OutStreamer.SwitchSection(LSDASection);
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 169 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0,
497 LSDASection =
655 LSDASection = 0;
657 LSDASection = Ctx->getCOFFSection(".gcc_except_table",
    [all...]

Completed in 424 milliseconds