Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h68 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
196 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.h36 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
H A DHexagonTargetObjectFile.cpp285 bool HexagonTargetObjectFile::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in HexagonTargetObjectFile
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h116 virtual bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp278 bool TargetLoweringObjectFile::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFile
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp701 bool TargetLoweringObjectFileELF::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFileELF
1749 bool TargetLoweringObjectFileWasm::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFileWasm
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp478 !TLOF.shouldPutJumpTableInFunctionSection( in EmitJumpTableInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1746 bool JTInDiffSection = !TLOF.shouldPutJumpTableInFunctionSection( in EmitJumpTableInfo()