Searched refs:DIRef (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDebugInfo.h62 // Befriends DIRef so DIRef can befriend the protected member
63 // function: getFieldAs<DIRef>.
64 template <typename T> friend class DIRef;
195 template <typename T> class DIRef;
196 typedef DIRef<DIScope> DIScopeRef;
197 typedef DIRef<DIType> DITypeRef;
230 template <typename T> class DIRef { class in namespace:llvm
240 explicit DIRef(const Value *V);
249 T DIRef<
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h140 template <typename T> T resolve(DIRef<T> Ref) const;
649 template <typename T> T resolve(DIRef<T> Ref) const {
H A DDwarfUnit.h518 template <typename T> T resolve(DIRef<T> Ref) const {
H A DDwarfDebug.cpp108 template <typename T> T DbgVariable::resolve(DIRef<T> Ref) const {
/external/llvm/lib/IR/
H A DDebugInfo.cpp1453 template <> DIRef<DIScope>::DIRef(const Value *V) : Val(V) { function in class:DIRef
1456 template <> DIRef<DIType>::DIRef(const Value *V) : Val(V) { function in class:DIRef

Completed in 159 milliseconds