Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h60 MCSection *getSectionForJumpTable(const Function &F, Mangler &Mang,
148 MCSection *getSectionForJumpTable(const Function &F, Mangler &Mang,
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h99 virtual MCSection *getSectionForJumpTable(const Function &F, Mangler &Mang,
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp253 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFile
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp325 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileELF
974 MCSection *TargetLoweringObjectFileCOFF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileCOFF
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1361 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(*F, *Mang, TM); in EmitJumpTableInfo()