Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4888 static Expected<std::vector<uint64_t>> toULEB128Array(ArrayRef<uint8_t> Data) { in toULEB128Array() function
4911 toULEB128Array(*ContentsOrErr)) in decodeAddrsigSection()