Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp327 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()
7281 DiceTable Dices; in DisassembleMachO() local
7286 Dices.push_back(std::make_pair(BaseAddress + Offset, *DI)); in DisassembleMachO()
7288 array_pod_sort(Dices.begin(), Dices.end()); in DisassembleMachO()
7497 if (DumpAndSkipDataInCode(PC, Bytes.data() + Index, Dices, Size)) in DisassembleMachO()
7574 if (DumpAndSkipDataInCode(PC, Bytes.data() + Index, Dices, InstSize)) in DisassembleMachO()