Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputSection.cpp58 const Defined *InputSection::getContainingSymbol(uint64_t off) const { in getContainingSymbol() function in InputSection
69 if (auto *sym = getContainingSymbol(off)) in getLocation()
117 if (const Defined *sym = getContainingSymbol(off)) { in getSourceLocation()
H A DInputSection.h94 const Defined *getContainingSymbol(uint64_t off) const;