Searched defs:LSDASection (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp391 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection(); local
435 // EHABI). In this case LSDASection will be NULL.
436 if (LSDASection)
437 Asm->OutStreamer.SwitchSection(LSDASection);
/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h81 /// LSDASection - If exception handling is supported by the target, this is
83 const MCSection *LSDASection; member in class:llvm::MCObjectFileInfo
220 const MCSection *getLSDASection() const { return LSDASection; }

Completed in 183 milliseconds