Searched refs:getSectionByAddress (Results 1 – 4 of 4) sorted by relevance
152 section_iterator SAI = getSectionByAddress(Obj, AddrA); in processSECTDIFFRelocation()162 section_iterator SBI = getSectionByAddress(Obj, AddrB); in processSECTDIFFRelocation()208 section_iterator TargetSI = getSectionByAddress(Obj, SymbolBaseAddr); in processI386ScatteredVANILLA()
233 section_iterator SAI = getSectionByAddress(MachO, AddrA); in processHALFSECTDIFFRelocation()243 section_iterator SBI = getSectionByAddress(MachO, AddrB); in processHALFSECTDIFFRelocation()
107 static section_iterator getSectionByAddress(const MachOObjectFile &Obj,
120 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj, in getSectionByAddress() function in llvm::RuntimeDyldMachO