Searched refs:getSymbolVA (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp39 va = target->getSymbolVA(*s, r.type);
H A DTarget.h54 // GOT/stubs entries, and getSymbolVA() will return the addresses of those
58 virtual uint64_t getSymbolVA(const Symbol &, uint8_t type) const = 0;
/freebsd-13-stable/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp39 uint64_t getSymbolVA(const lld::macho::Symbol &, uint8_t type) const override;
250 uint64_t X86_64::getSymbolVA(const lld::macho::Symbol &sym, function in class:X86_64

Completed in 55 milliseconds