Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h83 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
216 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
242 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.h36 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
H A DHexagonTargetObjectFile.cpp280 bool HexagonTargetObjectFile::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in HexagonTargetObjectFile
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h139 virtual bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp363 bool TargetLoweringObjectFile::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFile
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp973 bool TargetLoweringObjectFileELF::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFileELF
2149 bool TargetLoweringObjectFileWasm::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFileWasm
2435 bool TargetLoweringObjectFileXCOFF::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFileXCOFF
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2339 bool JTInDiffSection = !TLOF.shouldPutJumpTableInFunctionSection( in emitJumpTableInfo()