Home
last modified time | relevance | path

Searched refs:getSectionForLSDA (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h132 virtual MCSection *getSectionForLSDA(const Function &, const MCSymbol &, in getSectionForLSDA() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h70 MCSection *getSectionForLSDA(const Function &F, const MCSymbol &FnSym,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp420 MCSection *LSDASection = Asm->getObjFileLowering().getSectionForLSDA( in emitExceptionTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp924 MCSection *TargetLoweringObjectFileELF::getSectionForLSDA( in getSectionForLSDA() function in TargetLoweringObjectFileELF