Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/test/MC/MachO/ARM/
H A Ddata-in-code.s4 @ CHECK: # DICE 0
8 @ CHECK: # DICE 1
12 @ CHECK: # DICE 2
16 @ CHECK: # DICE 3
/minix3/external/bsd/llvm/dist/llvm/tools/macho-dump/
H A Dmacho-dump.cpp288 MachO::data_in_code_entry DICE= Obj.getDataInCodeTableEntry(LLC.dataoff, i); in DumpDataInCodeDataCommand() local
290 << " ('offset', " << DICE.offset << ")\n" in DumpDataInCodeDataCommand()
291 << " ('length', " << DICE.length << ")\n" in DumpDataInCodeDataCommand()
292 << " ('kind', " << DICE.kind << ")\n"; in DumpDataInCodeDataCommand()