Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h64 MCSection *getSectionForJumpTable(const Function &F, Mangler &Mang,
159 MCSection *getSectionForJumpTable(const Function &F, Mangler &Mang,
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h100 virtual MCSection *getSectionForJumpTable(const Function &F, Mangler &Mang,
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp245 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFile
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp332 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileELF
1000 MCSection *TargetLoweringObjectFileCOFF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileCOFF
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1395 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(*F, *Mang, TM); in EmitJumpTableInfo()