Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp41 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy = false);
422 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) { in dumpBindOpcodes() argument
423 for (auto OpCode = OpcodeBuffer.begin(); OpCode != OpcodeBuffer.end(); in dumpBindOpcodes()