Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileToAtoms.cpp278 const NormalizedFile &normalizedFile, in processSymboledSection() argument
283 for (auto &sect : normalizedFile.sections) { in processSymboledSection()
291 appendSymbolsInSection(normalizedFile.globalSymbols, sectIndex, symbols); in processSymboledSection()
292 appendSymbolsInSection(normalizedFile.localSymbols, sectIndex, symbols); in processSymboledSection()
385 const NormalizedFile &normalizedFile, in processSection() argument
388 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); in processSection()
389 const bool isBig = MachOLinkingContext::isBigEndian(normalizedFile.arch); in processSection()
410 return processSymboledSection(atomType, section, normalizedFile, file, in processSection()
494 const Section* findSectionCoveringAddress(const NormalizedFile &normalizedFile, in findSectionCoveringAddress() argument
496 for (const Section &s : normalizedFile.sections) { in findSectionCoveringAddress()
[all …]
DMachONormalizedFile.h303 const NormalizedFile &normalizedFile,
308 const NormalizedFile &normalizedFile,
313 normalizedToAtoms(const NormalizedFile &normalizedFile, StringRef path,