Searched refs:getSectionForJumpTable (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 81 MCSection *getSectionForJumpTable(const Function &F, 84 getSectionForJumpTable(const Function &F, const TargetMachine &TM, 200 MCSection *getSectionForJumpTable(const Function &F, 280 MCSection *getSectionForJumpTable(const Function &F,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 377 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFile 379 return getSectionForJumpTable(F, TM, /*JTE=*/nullptr); in getSectionForJumpTable() 382 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFile
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 148 virtual MCSection *getSectionForJumpTable(const Function &F, 151 getSectionForJumpTable(const Function &F, const TargetMachine &TM,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 971 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileELF 973 return getSectionForJumpTable(F, TM, /*JTE=*/nullptr); in getSectionForJumpTable() 976 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileELF 1859 MCSection *TargetLoweringObjectFileCOFF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileCOFF 2572 MCSection *TargetLoweringObjectFileXCOFF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileXCOFF
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 1289 TLOF.getSectionForJumpTable(F, TM, &JT[JumpTableIndices.front()]); in emitJumpTableImpl() 1291 ReadOnlySec = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3001 TLOF.getSectionForJumpTable(F, TM, &JT[JumpTableIndices.front()]); in emitJumpTableImpl() 3003 JumpTableSection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableImpl()
|