Home
last modified time | relevance | path

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

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