Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp396 DiceTable &Dices, uint64_t &InstSize) { in DumpAndSkipDataInCode() argument
402 std::search(Dices.begin(), Dices.end(), Dice.begin(), Dice.end(), in DumpAndSkipDataInCode()
404 if (DTI != Dices.end()) { in DumpAndSkipDataInCode()
7347 DiceTable Dices; in DisassembleMachO() local
7352 Dices.push_back(std::make_pair(BaseAddress + Offset, *DI)); in DisassembleMachO()
7354 array_pod_sort(Dices.begin(), Dices.end()); in DisassembleMachO()
7638 if (DumpAndSkipDataInCode(PC, Bytes.data() + Index, Dices, Size)) in DisassembleMachO()
7715 if (DumpAndSkipDataInCode(PC, Bytes.data() + Index, Dices, InstSize)) in DisassembleMachO()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6541 DiceTable Dices; in DisassembleMachO() local
6546 Dices.push_back(std::make_pair(BaseAddress + Offset, *DI)); in DisassembleMachO()
6548 array_pod_sort(Dices.begin(), Dices.end()); in DisassembleMachO()
6785 std::search(Dices.begin(), Dices.end(), Dice.begin(), Dice.end(), in DisassembleMachO()
6787 if (DTI != Dices.end()) { in DisassembleMachO()