Searched refs:normalizedFile (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileToAtoms.cpp | 278 const NormalizedFile &normalizedFile, in processSymboledSection() argument 283 for (auto § : 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 …]
|
D | MachONormalizedFile.h | 303 const NormalizedFile &normalizedFile, 308 const NormalizedFile &normalizedFile, 313 normalizedToAtoms(const NormalizedFile &normalizedFile, StringRef path,
|