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

  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 391 MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection();
435 // EHABI). In this case LSDASection will be NULL.
436 if (LSDASection)
437 Asm->OutStreamer->SwitchSection(LSDASection);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 76 /// LSDASection - If exception handling is supported by the target, this is
78 const MCSection *LSDASection;
186 const MCSection *getLSDASection() const { return LSDASection; }
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 76 MCSection *LSDASection;
227 MCSection *getLSDASection() const { return LSDASection; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 70 MCSection *LSDASection;
221 MCSection *getLSDASection() const { return LSDASection; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 70 MCSection *LSDASection;
221 MCSection *getLSDASection() const { return LSDASection; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 70 MCSection *LSDASection;
221 MCSection *getLSDASection() const { return LSDASection; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 70 MCSection *LSDASection;
221 MCSection *getLSDASection() const { return LSDASection; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 70 MCSection *LSDASection;
221 MCSection *getLSDASection() const { return LSDASection; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 70 MCSection *LSDASection;
221 MCSection *getLSDASection() const { return LSDASection; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 70 MCSection *LSDASection;
221 MCSection *getLSDASection() const { return LSDASection; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 70 MCSection *LSDASection;
221 MCSection *getLSDASection() const { return LSDASection; }

Completed in 293 milliseconds