Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h102 virtual bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h63 bool shouldPutJumpTableInFunctionSection(bool UsesLabelDifference,
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp259 bool TargetLoweringObjectFile::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFile
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp339 bool TargetLoweringObjectFileELF::shouldPutJumpTableInFunctionSection( in shouldPutJumpTableInFunctionSection() function in TargetLoweringObjectFileELF
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1356 bool JTInDiffSection = !TLOF.shouldPutJumpTableInFunctionSection( in EmitJumpTableInfo()