Home
last modified time | relevance | path

Searched refs:LSDASection (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp41 LSDASection = nullptr; in Initialize()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp205 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0, in initMachOMCObjectFileInfo()
432 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
596 LSDASection = nullptr; in initCOFFMCObjectFileInfo()
598 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo()
928 LSDASection = Ctx->getWasmSection(".rodata.gcc_except_table", in initWasmMCObjectFileInfo()
986 LSDASection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp428 MCSection *LSDASection = Asm->getObjFileLowering().getSectionForLSDA( in emitExceptionTable() local
470 if (LSDASection) in emitExceptionTable()
471 Asm->OutStreamer->switchSection(LSDASection); in emitExceptionTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h69 MCSection *LSDASection = nullptr; variable
270 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h136 return LSDASection; in getSectionForLSDA()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp965 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()
966 return LSDASection; in getSectionForLSDA()
968 const auto *LSDA = cast<MCSectionELF>(LSDASection); in getSectionForLSDA()
2671 auto *LSDA = cast<MCSectionXCOFF>(LSDASection); in getSectionForLSDA()