Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h50 DiceRef(DataRefImpl DiceP, const ObjectFile *Owner);
869 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef() argument
870 : DicePimpl(DiceP) , OwningObject(Owner) {} in DiceRef()