Home
last modified time | relevance | path

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

/llvm-project/lld/MachO/
H A DSymbols.cpp88 uint64_t Defined::getVA() const { in getVA() function in Defined
129 uint64_t DylibSymbol::getVA() const { in getVA() function in DylibSymbol
H A DSyntheticSections.h126 uint64_t getVA(uint32_t gotIndex) const { in getVA() function
150 uint64_t getVA() const { return isec->getVA(offset); } in getVA() function
291 uint64_t getVA(uint32_t stubsIndex) const { in getVA() function
365 uint64_t getVA(uint32_t index) const { in getVA() function
H A DInputSection.cpp91 uint64_t InputSection::getVA(uint64_t off) const { getVA() function in InputSection
H A DSymbols.h59 virtual uint64_t getVA() const { return 0; } getVA() function
H A DInputSection.h112 uint64_t getVA() const { return InputSection::getVA(0); } in getVA() function
/llvm-project/lld/wasm/
H A DInputChunks.cpp357 uint64_t InputChunk::getVA(uint64_t offset) const { in getVA() function in lld::wasm::InputChunk
H A DSymbols.cpp309 uint64_t DefinedData::getVA() const { getVA() function in lld::wasm::DefinedData
/llvm-project/lld/ELF/
H A DSymbols.cpp159 uint64_t Symbol::getVA(int64_t addend) const { getVA() function in Symbol
H A DInputSection.cpp188 uint64_t SectionBase::getVA(uint64_t offset) const { getVA() function in SectionBase
[all...]
/llvm-project/lld/COFF/
H A DSymbols.h261 uint64_t getVA() const { return va; } getVA() function