Searched refs:DIScope (Results 1 – 8 of 8) sorted by relevance
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()
159 class DIScope : public DIDescriptor {164 explicit DIScope(const MDNode *N = 0) : DIDescriptor (N) {} in DIDescriptor()171 class DICompileUnit : public DIScope {175 explicit DICompileUnit(const MDNode *N = 0) : DIScope(N) {} in DIScope() function206 class DIFile : public DIScope {210 explicit DIFile(const MDNode *N = 0) : DIScope(N) { in DIScope() function238 class DIType : public DIScope {244 DIType(const MDNode *N, bool, bool) : DIScope(N) {} in DIType()251 DIScope getContext() const { return getFieldAs<DIScope>(1); } in getContext()422 DIScope getContext() const { return getFieldAs<DIScope>(1); } in getContext()[all …]
301 DIType::DIType(const MDNode *N) : DIScope(N) { in DIType()586 StringRef DIScope::getFilename() const { in getFilename()606 StringRef DIScope::getDirectory() const { in getDirectory()899 DIScope Context = LB.getContext(); in processLexicalBlock()1022 DIScope(DbgNode).printInternal(OS); in print()1030 void DIScope::printInternal(raw_ostream &OS) const { in printInternal()1035 DIScope::printInternal(OS); in printInternal()1137 DIScope Scope(DL.getScope(Ctx)); in printDebugLoc()
496 DIScope in print_details()
420 DIScope DS(Scope->getScopeNode()); in constructInlinedScopeDIE()518 DIScope DS(Scope->getScopeNode()); in constructScopeDIE()
72 llvm::DIScope Scope = llvm::DIScope(LB); in setLocation()
1508 DIScope Scope(DL.getScope(Ctx)); in printDebugLoc()
234 DIScope Scope(curLoc.getScope(ctx)); in emitLineNumberAsDotLoc()