Lines Matching refs:ImageBase
142 auto ImageBase = getImageBaseAddress(G, Ctx); in lowerCOFFRelocationEdges() local
143 if (!ImageBase) in lowerCOFFRelocationEdges()
144 return ImageBase.takeError(); in lowerCOFFRelocationEdges()
145 E.setAddend(E.getAddend() - *ImageBase); in lowerCOFFRelocationEdges()
165 if (this->ImageBase) in getImageBaseAddress()
166 return this->ImageBase; in getImageBaseAddress()
169 this->ImageBase = S->getAddress().getValue(); in getImageBaseAddress()
170 return this->ImageBase; in getImageBaseAddress()
175 JITTargetAddress ImageBase; in getImageBaseAddress() local
185 ImageBase = ImageBaseSymbol.getAddress(); in getImageBaseAddress()
189 this->ImageBase = ImageBase; in getImageBaseAddress()
190 return ImageBase; in getImageBaseAddress()
192 JITTargetAddress ImageBase = 0; member in __anon821e58090111::COFFLinkGraphLowering_x86_64