Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h51 DiceRef(DataRefImpl DiceP, const ObjectFile *Owner);
881 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef() argument
882 : DicePimpl(DiceP) , OwningObject(Owner) {} in DiceRef()