Searched refs:DIScope (Results 1 – 9 of 9) sorted by relevance
161 class DIScope : public DIDescriptor {166 explicit DIScope(const MDNode *N = 0) : DIDescriptor (N) {} in DIDescriptor()173 class DIFile : public DIScope {176 explicit DIFile(const MDNode *N = 0) : DIScope(N) { in DIScope() function184 class DICompileUnit : public DIScope {188 explicit DICompileUnit(const MDNode *N = 0) : DIScope(N) {} in DIScope() function231 class DIType : public DIScope {237 DIType(const MDNode *N, bool, bool) : DIScope(N) {} in DIType()244 DIScope getContext() const { return getFieldAs<DIScope>(1); } in getContext()384 DIScope getContext() const { return getFieldAs<DIScope>(1); } in getContext()[all …]
38 DIScope DIScope(Scope); in getFilename()39 Filename = DIScope.getFilename(); in getFilename()47 DIScope DIScope(Scope); in getFullPath()48 StringRef DirName = DIScope.getDirectory(); in getFullPath()49 StringRef FileName = DIScope.getFilename(); in getFullPath()
342 DIType::DIType(const MDNode *N) : DIScope(N) { in DIType()659 StringRef DIScope::getFilename() const { in getFilename()677 StringRef DIScope::getDirectory() const { in getDirectory()917 DIScope Context = LB.getContext(); in processLexicalBlock()1036 DIScope(DbgNode).printInternal(OS); in print()1048 void DIScope::printInternal(raw_ostream &OS) const { in printInternal()1053 DIScope::printInternal(OS); in printInternal()1167 DIScope Scope(DL.getScope(Ctx)); in printDebugLoc()
502 DIScope in print_details()
475 DIScope DS(Scope->getScopeNode()); in constructInlinedScopeDIE()552 DIScope DS(Scope->getScopeNode()); in constructScopeDIE()
1413 DIScope Scope(DL.getScope(Ctx)); in printDebugLoc()
73 llvm::DIScope Scope = llvm::DIScope(LB); in setLocation()
276 DIScope Scope(curLoc.getScope(ctx)); in emitLineNumberAsDotLoc()
281 %"class.llvm::DIScope" = type { %"class.llvm::DIDescriptor" }