Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp678 uintptr_t RelocAddr = getWithOffset(reinterpret_cast<uintptr_t>(FileHeader), in relocations() local
689 getObject<XCOFFRelocation32>(Data, reinterpret_cast<void *>(RelocAddr), in relocations()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1078 if (llvm::Expected<uint64_t> RelocAddr = in cloneAddressAttribute() local
1080 Addr = *RelocAddr; in cloneAddressAttribute()
1082 Linker.reportWarning(toString(RelocAddr.takeError()), ObjFile); in cloneAddressAttribute()