Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h249 virtual MCSection *getSectionForTOCEntry(const MCSymbol *S, in getSectionForTOCEntry() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h269 MCSection *getSectionForTOCEntry(const MCSymbol *Sym,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2306 getObjFileLowering().getSectionForTOCEntry(S, TM)); in emitEndOfAsmFile()
2309 getObjFileLowering().getSectionForTOCEntry(I.first.first, TM)); in emitEndOfAsmFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2487 MCSection *TargetLoweringObjectFileXCOFF::getSectionForTOCEntry( in getSectionForTOCEntry() function in TargetLoweringObjectFileXCOFF