Home
last modified time | relevance | path

Searched refs:getSectionForJumpTable (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h65 MCSection *getSectionForJumpTable(const Function &F,
156 MCSection *getSectionForJumpTable(const Function &F,
236 MCSection *getSectionForJumpTable(const Function &F,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h116 virtual MCSection *getSectionForJumpTable(const Function &F,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp271 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp712 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileELF
1417 MCSection *TargetLoweringObjectFileCOFF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileCOFF
1891 MCSection *TargetLoweringObjectFileXCOFF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileXCOFF
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp773 MCSection *ReadOnlySec = TLOF.getSectionForJumpTable(F, TM); in EmitJumpTableInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1847 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in EmitJumpTableInfo()
1898 cast<MCSectionXCOFF>(TLOF.getSectionForJumpTable(F, TM))); in EmitJumpTableInfo()