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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetObjectFile.cpp 39 LSDASection = NULL;
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 36 LSDASection = nullptr;
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 31 LSDASection = nullptr;
60 LSDASection =
NVPTXISelLowering.cpp     [all...]
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 41 LSDASection = nullptr;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 76 MCSection *LSDASection;
227 MCSection *getLSDASection() const { return LSDASection; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCObjectFileInfo.h 72 MCSection *LSDASection;
242 MCSection *getLSDASection() const { return LSDASection; }
  /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/lib/CodeGen/AsmPrinter/
DwarfException.cpp 410 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection();
454 // EHABI). In this case LSDASection will be NULL.
455 if (LSDASection)
456 Asm->OutStreamer.SwitchSection(LSDASection);
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 145 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0,
332 LSDASection =
410 LSDASection =
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 382 MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection();
422 // EHABI). In this case LSDASection will be NULL.
423 if (LSDASection)
424 Asm->OutStreamer->SwitchSection(LSDASection);
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 195 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0,
513 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS,
650 LSDASection = nullptr;
652 LSDASection = Ctx->getCOFFSection(".gcc_except_table",
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCObjectFileInfo.cpp 186 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0,
524 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS,
661 LSDASection = nullptr;
663 LSDASection = Ctx->getCOFFSection(".gcc_except_table",
    [all...]

Completed in 521 milliseconds