Home
last modified time | relevance | path

Searched defs:getSymValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DBPSectionOrderer.cpp60 static uint64_t getSymValue(const Defined &sym) { return sym.value; } in getSymValue() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DBPSectionOrderer.cpp82 static uint64_t getSymValue(const Defined &sym) { return sym.value; } in getSymValue() function