Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h382 MachO::data_in_code_entry getDice(DataRefImpl Rel) const;
474 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getOffset()
482 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getLength()
490 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getKind()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp2108 MachOObjectFile::getDice(DataRefImpl Rel) const { in getDice() function in MachOObjectFile