Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1002 uintptr_t RelocAddr = getWithOffset(reinterpret_cast<uintptr_t>(FileHeader), in relocations() local
1013 getObject<Reloc>(Data, reinterpret_cast<void *>(RelocAddr), in relocations()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1174 if (llvm::Expected<uint64_t> RelocAddr = in cloneAddressAttribute() local
1176 Addr = *RelocAddr; in cloneAddressAttribute()
1178 Linker.reportWarning(toString(RelocAddr.takeError()), ObjFile); in cloneAddressAttribute()