Searched refs:Dice (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h706 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); local
707 Result = Dice.offset;
714 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); local
715 Result = Dice.length;
722 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); local
723 Result = Dice.kind;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp399 DiceTable Dice; local
400 Dice.push_back(std::make_pair(PC, DiceRef()));
402 std::search(Dices.begin(), Dices.end(), Dice.begin(), Dice.end(),

Completed in 77 milliseconds