Home
last modified time | relevance | path

Searched refs:getSectionForExternalReference (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h267 getSectionForExternalReference(const GlobalObject *GO, in getSectionForExternalReference() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h280 getSectionForExternalReference(const GlobalObject *GO,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2296 return cast<MCSectionXCOFF>(getSectionForExternalReference(GO, TM)) in getTargetSymbol()
2350 MCSection *TargetLoweringObjectFileXCOFF::getSectionForExternalReference( in getSectionForExternalReference() function in TargetLoweringObjectFileXCOFF