Searched refs:Dices (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 327 DiceTable &Dices, uint64_t &InstSize) { in DumpAndSkipDataInCode() argument 333 std::search(Dices.begin(), Dices.end(), Dice.begin(), Dice.end(), in DumpAndSkipDataInCode() 335 if (DTI != Dices.end()) { in DumpAndSkipDataInCode() 7393 DiceTable Dices; in DisassembleMachO() local 7398 Dices.push_back(std::make_pair(BaseAddress + Offset, *DI)); in DisassembleMachO() 7400 array_pod_sort(Dices.begin(), Dices.end()); in DisassembleMachO() 7609 if (DumpAndSkipDataInCode(PC, Bytes.data() + Index, Dices, Size)) in DisassembleMachO() 7686 if (DumpAndSkipDataInCode(PC, Bytes.data() + Index, Dices, InstSize)) in DisassembleMachO()
|