Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h271 dice_iterator begin_dices() const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp1315 dice_iterator MachOObjectFile::begin_dices() const { in begin_dices() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
DMachODump.cpp469 for (dice_iterator DI = O->begin_dices(), DE = O->end_dices(); DI != DE; in PrintDataInCodeTable()
6542 for (dice_iterator DI = MachOOF->begin_dices(), DE = MachOOF->end_dices(); in DisassembleMachO()