Home
last modified time | relevance | path

Searched refs:getContainingSymbol (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lld/MachO/
H A DInputSection.cpp60 const Defined *InputSection::getContainingSymbol(uint64_t off) const { in getContainingSymbol() function in InputSection
71 if (auto *sym = getContainingSymbol(off)) in getLocation()
119 if (const Defined *sym = getContainingSymbol(off)) { in getSourceLocation()
H A DInputSection.h97 const Defined *getContainingSymbol(uint64_t off) const;