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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h65 MCSection *getSectionForJumpTable(const Function &F,
156 MCSection *getSectionForJumpTable(const Function &F,
236 MCSection *getSectionForJumpTable(const Function &F,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h116 virtual MCSection *getSectionForJumpTable(const Function &F,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp271 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( function in class:TargetLoweringObjectFile
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp712 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable( function in class:TargetLoweringObjectFileELF
1417 MCSection *TargetLoweringObjectFileCOFF::getSectionForJumpTable( function in class:TargetLoweringObjectFileCOFF
1891 MCSection *TargetLoweringObjectFileXCOFF::getSectionForJumpTable( function in class:TargetLoweringObjectFileXCOFF
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp773 MCSection *ReadOnlySec = TLOF.getSectionForJumpTable(F, TM);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1847 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM);
1898 cast<MCSectionXCOFF>(TLOF.getSectionForJumpTable(F, TM)));

Completed in 374 milliseconds