Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h69 MCSection *getSectionForJumpTable(const Function &F,
178 MCSection *getSectionForJumpTable(const Function &F,
260 MCSection *getSectionForJumpTable(const Function &F,
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h132 virtual MCSection *getSectionForJumpTable(const Function &F,
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp355 MCSection *TargetLoweringObjectFile::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFile
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp957 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileELF
1772 MCSection *TargetLoweringObjectFileCOFF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileCOFF
2470 MCSection *TargetLoweringObjectFileXCOFF::getSectionForJumpTable( in getSectionForJumpTable() function in TargetLoweringObjectFileXCOFF
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp935 MCSection *ReadOnlySec = TLOF.getSectionForJumpTable(MF->getFunction(), TM); in emitJumpTableInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2495 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo()