Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1142 const char *loh = O->getData().substr(LohLC.dataoff, 1).data(); in PrintLinkOptHints() local
1147 uint64_t identifier = decodeULEB128((const uint8_t *)(loh + i), &n); in PrintLinkOptHints()
1181 uint64_t narguments = decodeULEB128((const uint8_t *)(loh + i), &n); in PrintLinkOptHints()
1188 uint64_t value = decodeULEB128((const uint8_t *)(loh + i), &n); in PrintLinkOptHints()