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

  /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/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; }

Completed in 70 milliseconds