Home
last modified time | relevance | path

Searched refs:HasAddend (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp95 bool HasAddend = wasm::relocTypeHasAddend(static_cast<uint32_t>(RelocType)); in printRelocation() local
105 if (HasAddend) in printRelocation()
114 if (HasAddend) in printRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h390 static const bool HasAddend = false;
427 static const bool HasAddend = true;
435 static const bool HasAddend = false;
482 static const bool HasAddend = true;
490 static const bool HasAddend = true;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp414 bool HasAddend; in decodeCrel() local
418 HasAddend = HasA; in decodeCrel()
419 if (HasAddend) in decodeCrel()
425 if (HasAddend) { in decodeCrel()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp449 if (RelTy::HasAddend) in copyRelocations()
490 if (!RelTy::HasAddend) in copyRelocations()
509 if (RelTy::HasAddend) in copyRelocations()
977 if (!RelTy::HasAddend) in relocateNonAlloc()
1054 if (config->relocatable && (RelTy::HasAddend || sym.type != STT_SECTION)) in relocateNonAlloc()
H A DRelocations.cpp498 if (RelTy::HasAddend) in computeMipsAddend()
1463 int64_t addend = RelTy::HasAddend in scanOne()