Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h65 MCSection *getSectionForJumpTable(const Function &F,
155 MCSection *getSectionForJumpTable(const Function &F,
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h113 virtual MCSection *getSectionForJumpTable(const Function &F,
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp270 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFile
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp686 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileELF
1393 MCSection *TargetLoweringObjectFileCOFF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileCOFF
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp483 MCSection *ReadOnlySec = TLOF.getSectionForJumpTable(F, TM); in EmitJumpTableInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1751 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in EmitJumpTableInfo()