Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h83 typedef TypedDINodeRef<DIScope> DIScopeRef; typedef
413 DIScopeRef getScope() const;
553 DIScopeRef getScope() const { return DIScopeRef(getRawScope()); }
678 DIScopeRef Scope, DITypeRef BaseType,
713 DIScopeRef Scope, DITypeRef BaseType, uint64_t SizeInBits,
794 unsigned Line, DIScopeRef Scope, DITypeRef BaseType,
824 DIScopeRef Scope, DITypeRef BaseType, uint64_t SizeInBits,
1319 getImpl(LLVMContext &Context, DIScopeRef Scope, StringRef Name,
1355 (DIScopeRef Scope, StringRef Name, StringRef LinkageName,
1422 DIScopeRef getScope() const { return DIScopeRef(getRawScope()); }
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp119 DIScopeRef DIScope::getScope() const { in getScope()