Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h50 typedef content_iterator<DiceRef> dice_iterator; typedef
271 dice_iterator begin_dices() const;
272 dice_iterator end_dices() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h63 using dice_iterator = content_iterator<DiceRef>; variable
372 dice_iterator begin_dices() const;
373 dice_iterator end_dices() const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DMachO.h64 using dice_iterator = content_iterator<DiceRef>; variable
525 dice_iterator begin_dices() const;
526 dice_iterator end_dices() const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp1315 dice_iterator MachOObjectFile::begin_dices() const { in begin_dices()
1318 return dice_iterator(DiceRef(DRI, this)); in begin_dices()
1322 return dice_iterator(DiceRef(DRI, this)); in begin_dices()
1325 dice_iterator MachOObjectFile::end_dices() const { in end_dices()
1328 return dice_iterator(DiceRef(DRI, this)); in end_dices()
1333 return dice_iterator(DiceRef(DRI, this)); in end_dices()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2763 dice_iterator MachOObjectFile::begin_dices() const { in begin_dices()
2766 return dice_iterator(DiceRef(DRI, this)); in begin_dices()
2770 return dice_iterator(DiceRef(DRI, this)); in begin_dices()
2773 dice_iterator MachOObjectFile::end_dices() const { in end_dices()
2776 return dice_iterator(DiceRef(DRI, this)); in end_dices()
2781 return dice_iterator(DiceRef(DRI, this)); in end_dices()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DMachOObjectFile.cpp2894 dice_iterator MachOObjectFile::begin_dices() const { in begin_dices()
2897 return dice_iterator(DiceRef(DRI, this)); in begin_dices()
2901 return dice_iterator(DiceRef(DRI, this)); in begin_dices()
2904 dice_iterator MachOObjectFile::end_dices() const { in end_dices()
2907 return dice_iterator(DiceRef(DRI, this)); in end_dices()
2912 return dice_iterator(DiceRef(DRI, this)); in end_dices()
/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()