Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp37 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy = false);
395 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) { in dumpBindOpcodes() argument
396 for (auto OpCode = OpcodeBuffer.begin(); OpCode != OpcodeBuffer.end(); in dumpBindOpcodes()