Home
last modified time | relevance | path

Searched defs:getVA (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSymbols.cpp88 uint64_t Defined::getVA() const { in getVA() function in Defined
125 uint64_t DylibSymbol::getVA() const { getVA() function in DylibSymbol
H A DSyntheticSections.h125 uint64_t getVA(uint32_t gotIndex) const { getVA() function
149 uint64_t getVA() const { return isec->getVA(offset); } getVA() function
290 uint64_t getVA(uint32_t stubsIndex) const { getVA() function
350 uint64_t getVA(uint32_t index) const { getVA() function
H A DInputSection.cpp45 uint64_t InputSection::getVA(uint64_t off) const { getVA() function in InputSection
H A DSymbols.h59 virtual uint64_t getVA() const { return 0; } in getVA() function
H A DInputSection.h112 uint64_t getVA() const { return InputSection::getVA(0); } in getVA() function
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp159 uint64_t Symbol::getVA(int64_t addend) const { in getVA() function in Symbol
H A DInputSection.cpp187 uint64_t SectionBase::getVA(uint64_t offset) const { getVA() function in SectionBase
[all...]
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DSymbols.h261 uint64_t getVA() const { return va; } in getVA() function