Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h83 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
216 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
242 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.h36 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
DHexagonTargetObjectFile.cpp280 bool HexagonTargetObjectFile::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in HexagonTargetObjectFile
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h139 virtual bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
/openbsd/src/gnu/llvm/llvm/lib/Target/
DTargetLoweringObjectFile.cpp363 bool TargetLoweringObjectFile::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFile
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1007 bool TargetLoweringObjectFileELF::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFileELF
2196 bool TargetLoweringObjectFileWasm::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFileWasm
2486 bool TargetLoweringObjectFileXCOFF::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFileXCOFF
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2490 bool JTInDiffSection = !TLOF.shouldPutJumpTableInFunctionSection( in emitJumpTableInfo()