Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp577 static uint64_t readValue(const uint8_t *&ptr, const uint8_t *end) { in readValue() function
589 uint64_t type = readValue(p, end); in forEachHint()
593 uint64_t argCount = readValue(p, end); in forEachHint()
597 readValue(p, end); in forEachHint()
602 args[i] = readValue(p, end); in forEachHint()