Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h268 dice_iterator begin_dices() const;
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp1194 dice_iterator MachOObjectFile::begin_dices() const { in begin_dices() function in MachOObjectFile
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp431 for (dice_iterator DI = O->begin_dices(), DE = O->end_dices(); DI != DE; in PrintDataInCodeTable()
6031 for (dice_iterator DI = MachOOF->begin_dices(), DE = MachOOF->end_dices(); in DisassembleMachO()