Home
last modified time | relevance | path

Searched refs:shouldPutJumpTableInFunctionSection (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h98 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
203 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
244 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
266 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.h36 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
H A DHexagonTargetObjectFile.cpp280 bool HexagonTargetObjectFile::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in HexagonTargetObjectFile
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h159 virtual bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp391 bool TargetLoweringObjectFile::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFile
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1027 bool TargetLoweringObjectFileELF::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFileELF
1886 bool TargetLoweringObjectFileCOFF::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFileCOFF
1895 return TargetLoweringObjectFile::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection()
2310 bool TargetLoweringObjectFileWasm::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFileWasm
2588 bool TargetLoweringObjectFileXCOFF::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFileXCOFF
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2997 !TLOF.shouldPutJumpTableInFunctionSection(UseLabelDifference, F); in emitJumpTableImpl()