Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h307 normalizedDylibToAtoms(MachODylibFile *file,
H A DFile.h338 if (auto ec = normalized::normalizedDylibToAtoms(this, **normFile, false)) in doParse()
H A DMachONormalizedFileToAtoms.cpp1416 if (auto ec = normalizedDylibToAtoms(file.get(), normalizedFile, copyRefs)) in dylibToAtoms()
1561 normalizedDylibToAtoms(MachODylibFile *file, in normalizedDylibToAtoms() function