Home
last modified time | relevance | path

Searched refs:getSectionForTOCEntry (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h259 virtual MCSection *getSectionForTOCEntry(const MCSymbol *S, in getSectionForTOCEntry() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h274 MCSection *getSectionForTOCEntry(const MCSymbol *Sym,
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2637 getObjFileLowering().getSectionForTOCEntry(S, TM)); in emitEndOfAsmFile()
2640 getObjFileLowering().getSectionForTOCEntry(I.first.first, TM)); in emitEndOfAsmFile()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2615 MCSection *TargetLoweringObjectFileXCOFF::getSectionForTOCEntry( in getSectionForTOCEntry() function in TargetLoweringObjectFileXCOFF