Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_arm.cpp339 StringRef ArchHandler_arm::stubName(const DefinedAtom &stubAtom) { in stubName() argument
340 assert(stubAtom.contentType() == DefinedAtom::typeStub); in stubName()
341 for (const Reference *ref : stubAtom) { in stubName()
DMachONormalizedFileFromAtoms.cpp168 const Atom *targetOfStub(const DefinedAtom *stubAtom);
1157 const Atom *Util::targetOfStub(const DefinedAtom *stubAtom) { in targetOfStub() argument
1158 for (const Reference *ref : *stubAtom) { in targetOfStub()