Searched refs:getSectionByAddress (Results 1 – 4 of 4) sorted by relevance
167 section_iterator SAI = getSectionByAddress(Obj, AddrA); in processSECTDIFFRelocation()181 section_iterator SBI = getSectionByAddress(Obj, AddrB); in processSECTDIFFRelocation()
378 section_iterator SAI = getSectionByAddress(MachO, AddrA); in processHALFSECTDIFFRelocation()392 section_iterator SBI = getSectionByAddress(MachO, AddrB); in processHALFSECTDIFFRelocation()
112 static section_iterator getSectionByAddress(const MachOObjectFile &Obj,
74 section_iterator TargetSI = getSectionByAddress(Obj, SymbolBaseAddr); in processScatteredVANILLA()163 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj, in getSectionByAddress() function in llvm::RuntimeDyldMachO