Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h259 virtual MCSection *getSectionForTOCEntry(const MCSymbol *S, in getSectionForTOCEntry() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h282 MCSection *getSectionForTOCEntry(const MCSymbol *Sym,
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2995 getObjFileLowering().getSectionForTOCEntry(S, TM)); in emitEndOfAsmFile()
2998 getObjFileLowering().getSectionForTOCEntry(I.first.first, TM)); in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2670 MCSection *TargetLoweringObjectFileXCOFF::getSectionForTOCEntry( in getSectionForTOCEntry() function in TargetLoweringObjectFileXCOFF