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.h391 static const bool HasAddend = false;
428 static const bool HasAddend = true;
436 static const bool HasAddend = false;
483 static const bool HasAddend = true;
491 static const bool HasAddend = true;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp416 bool HasAddend; in decodeCrel() local
420 HasAddend = HasA; in decodeCrel()
421 if (HasAddend) in decodeCrel()
427 if (HasAddend) { in decodeCrel()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp484 if (RelTy::HasAddend) in copyRelocations()
525 if (!RelTy::HasAddend) in copyRelocations()
544 if (RelTy::HasAddend) in copyRelocations()
1046 if (!RelTy::HasAddend) in relocateNonAlloc()
1122 if (ctx.arg.relocatable && (RelTy::HasAddend || sym.type != STT_SECTION)) in relocateNonAlloc()
H A DRelocations.cpp493 if (RelTy::HasAddend) in computeMipsAddend()
1522 int64_t addend = RelTy::HasAddend in scanOne()