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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h69 MCSection *getSectionForJumpTable(const Function &F,
180 MCSection *getSectionForJumpTable(const Function &F,
265 MCSection *getSectionForJumpTable(const Function &F,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h132 virtual MCSection *getSectionForJumpTable(const Function &F,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp355 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( function in class:TargetLoweringObjectFile
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp946 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable( function in class:TargetLoweringObjectFileELF
1801 MCSection *TargetLoweringObjectFileCOFF::getSectionForJumpTable( function in class:TargetLoweringObjectFileCOFF
2509 MCSection *TargetLoweringObjectFileXCOFF::getSectionForJumpTable( function in class:TargetLoweringObjectFileXCOFF
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1055 MCSection *ReadOnlySec = TLOF.getSectionForJumpTable(MF->getFunction(), TM);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2706 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM);

Completed in 110 milliseconds