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

  /external/llvm/include/llvm/IR/
DebugInfo.h 196 typedef DIRef<DIScope> DIScopeRef;
217 DIScopeRef getContext() const;
225 DIScopeRef getRef() const;
233 friend DIScopeRef DIScope::getContext() const;
234 friend DIScopeRef DIScope::getRef() const;
277 template <> DIScopeRef DIDescriptor::getFieldAs<DIScopeRef>(unsigned Elt) const;
278 /// Specialize DIRef constructor for DIScopeRef.
305 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(2);
    [all...]
DIBuilder.h 591 DISubprogram createFunction(DIScopeRef Scope, StringRef Name,
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 693 DIScopeRef DIScope::getRef() const {
695 return DIScopeRef(*this);
698 return DIScopeRef(*this);
699 return DIScopeRef(DTy.getIdentifier());
755 DIScopeRef DIScope::getContext() const {
761 return DIScopeRef(DISubprogram(DbgNode).getContext());
764 return DIScopeRef(DILexicalBlock(DbgNode).getContext());
767 return DIScopeRef(DILexicalBlockFile(DbgNode).getContext());
770 return DIScopeRef(DINameSpace(DbgNode).getContext());
773 return DIScopeRef(nullptr)
    [all...]
DIBuilder.cpp     [all...]

Completed in 96 milliseconds