Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5186 static Expected<std::vector<uint64_t>> toULEB128Array(ArrayRef<uint8_t> Data) { in toULEB128Array() function
5209 toULEB128Array(*ContentsOrErr)) in decodeAddrsigSection()