Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h545 MachO::data_in_code_entry getDice(DataRefImpl Rel) const;
707 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getOffset()
715 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getLength()
723 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp4445 MachOObjectFile::getDice(DataRefImpl Rel) const { in getDice() function in MachOObjectFile