Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLoweringObjectFileImpl.h69 MCSection *getSectionForJumpTable(const Function &F,
180 MCSection *getSectionForJumpTable(const Function &F,
268 MCSection *getSectionForJumpTable(const Function &F,
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetLoweringObjectFile.h132 virtual MCSection *getSectionForJumpTable(const Function &F,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp350 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFile
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.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-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64AsmPrinter.cpp1174 MCSection *ReadOnlySec = TLOF.getSectionForJumpTable(MF->getFunction(), TM); in emitJumpTableInfo()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp2714 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo()