Searched refs:getVA (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h184 uint64_t getVA(int64_t addend = 0) const;
H A DSyntheticSections.h132 uint64_t getTlsIndexVA() { return this->getVA() + tlsIndexOff; }
541 uint64_t getOffset() const { return inputSec->getVA(offsetInSec); }
H A DRelocations.cpp1880 t->getThunkTargetSym()->getVA(rel.addend) +
1897 rel.sym->getVA(rel.addend) + getPCBias(rel.type)))
1947 uint64_t src = isec->getVA(rel.offset);
H A DWriter.cpp2743 return b->getVA();
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DSymbols.h245 uint64_t getVA() const { return va; } function in class:lld::coff::DefinedAbsolute
H A DSymbolTable.cpp617 if (da->getVA() != sym.getValue())
632 if (da->getVA() != va)

Completed in 85 milliseconds

12