Home
last modified time | relevance | path

Searched refs:getLazyPtrVA (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbols.cpp49 uint64_t Symbol::getLazyPtrVA() const { in getLazyPtrVA() function in Symbol
H A DSymbols.h77 uint64_t getLazyPtrVA() const;
H A DSyntheticSections.cpp722 config->emitChainedFixups ? sym->getGotVA() : sym->getLazyPtrVA(); in writeTo()