Searched refs:DIScopeRef (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDebugInfo.h196 typedef DIRef<DIScope> DIScopeRef; typedef in namespace:llvm
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>(
[all...]
H A DDIBuilder.h591 DISubprogram createFunction(DIScopeRef Scope, StringRef Name,
/external/llvm/lib/IR/
H A DDebugInfo.cpp693 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(nullpt
[all...]
H A DDIBuilder.cpp1097 DISubprogram DIBuilder::createFunction(DIScopeRef Context, StringRef Name,

Completed in 386 milliseconds