HomeSort by relevance Sort by last modified time
    Searched refs:DIRef (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/IR/
DebugInfo.h 62 // 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 {
240 explicit DIRef(const Value *V);
249 T DIRef<T>::resolve(const DITypeIdentifierMap &Map) const
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 140 template <typename T> T resolve(DIRef<T> Ref) const;
649 template <typename T> T resolve(DIRef<T> Ref) const {
DwarfUnit.h 518 template <typename T> T resolve(DIRef<T> Ref) const {
DwarfDebug.cpp 108 template <typename T> T DbgVariable::resolve(DIRef<T> Ref) const {
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp     [all...]

Completed in 1420 milliseconds