Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h69 MCSection *getSectionForJumpTable(const Function &F,
178 MCSection *getSectionForJumpTable(const Function &F,
260 MCSection *getSectionForJumpTable(const Function &F,
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h132 virtual MCSection *getSectionForJumpTable(const Function &F,
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp355 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFile
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp923 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileELF
1738 MCSection *TargetLoweringObjectFileCOFF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileCOFF
2419 MCSection *TargetLoweringObjectFileXCOFF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileXCOFF
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp829 MCSection *ReadOnlySec = TLOF.getSectionForJumpTable(MF->getFunction(), TM); in emitJumpTableInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2344 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo()