Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h69 MCSection *getSectionForJumpTable(const Function &F,
180 MCSection *getSectionForJumpTable(const Function &F,
268 MCSection *getSectionForJumpTable(const Function &F,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h132 virtual MCSection *getSectionForJumpTable(const Function &F,
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp350 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFile
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp949 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileELF
1799 MCSection *TargetLoweringObjectFileCOFF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileCOFF
2525 MCSection *TargetLoweringObjectFileXCOFF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileXCOFF
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1174 MCSection *ReadOnlySec = TLOF.getSectionForJumpTable(MF->getFunction(), TM); in emitJumpTableInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2714 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo()