Home
last modified time | relevance | path

Searched defs:atomFile (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp399 void Util::processDefinedAtoms(const lld::File &atomFile) { in processDefinedAtoms()
821 if (const mach_o::MachOFile *atomFile = in synthesizeDebugNotes() local
856 const auto &atomFile = cast<mach_o::MachOFile>(atom->file()); in synthesizeDebugNotes() local
1033 llvm::Error Util::addSymbols(const lld::File &atomFile, in addSymbols()
1170 void Util::addIndirectSymbols(const lld::File &atomFile, NormalizedFile &file) { in addIndirectSymbols()
1220 void Util::addDependentDylibs(const lld::File &atomFile, in addDependentDylibs()
1421 void Util::addRebaseAndBindingInfo(const lld::File &atomFile, in addRebaseAndBindingInfo()
1533 void Util::addExportInfo(const lld::File &atomFile, NormalizedFile &nFile) { in addExportInfo()
1585 normalizedFromAtoms(const lld::File &atomFile, in normalizedFromAtoms()