Searched refs:UsesLabelDifference (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.h | 83 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference, 183 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference, 224 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference, 250 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.h | 36 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
|
H A D | HexagonTargetObjectFile.cpp | 281 bool UsesLabelDifference, const Function &F) const { in shouldPutJumpTableInFunctionSection() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 359 bool UsesLabelDifference, const Function &F) const { in shouldPutJumpTableInFunctionSection() argument 363 if (UsesLabelDifference) in shouldPutJumpTableInFunctionSection()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetLoweringObjectFile.h | 139 virtual bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1000 bool UsesLabelDifference, const Function &F) const { in shouldPutJumpTableInFunctionSection() argument 1827 bool UsesLabelDifference, const Function &F) const { in shouldPutJumpTableInFunctionSection() argument 1836 UsesLabelDifference, F); in shouldPutJumpTableInFunctionSection() 2244 bool UsesLabelDifference, const Function &F) const { in shouldPutJumpTableInFunctionSection() argument 2542 bool UsesLabelDifference, const Function &F) const { in shouldPutJumpTableInFunctionSection() argument
|