Searched refs:DIScope (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/ |
D | DebugInfo.h | 183 class DIScope : public DIDescriptor { 188 explicit DIScope(const MDNode *N = 0) : DIDescriptor (N) {} in DIDescriptor() 192 DIScope getContext() const; 200 class DIType : public DIScope { 206 DIType(const MDNode *N = 0) : DIScope(N) {} in DIScope() function 211 DIScope getContext() const { return getFieldAs<DIScope>(2); } in getContext() 338 class DIFile : public DIScope { 341 explicit DIFile(const MDNode *N = 0) : DIScope(N) {} in DIScope() function 347 class DICompileUnit : public DIScope { 351 explicit DICompileUnit(const MDNode *N = 0) : DIScope(N) {} in DIScope() function [all …]
|
D | DIBuilder.h | 47 class DIScope; variable 615 DIImportedEntity createImportedModule(DIScope Context, DINameSpace NS, 623 DIImportedEntity createImportedModule(DIScope Context, DIImportedEntity NS, 631 DIImportedEntity createImportedDeclaration(DIScope Context,
|
/external/llvm/lib/ExecutionEngine/ |
D | EventListenerCommon.h | 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()
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 697 DIScope DIScope::getContext() const { in getContext() 715 return DIScope(); in getContext() 718 StringRef DIScope::getFilename() const { in getFilename() 724 StringRef DIScope::getDirectory() const { in getDirectory() 942 void DebugInfoFinder::processScope(DIScope Scope) { in processScope() 972 DIScope Context = LB.getContext(); in processLexicalBlock() 1067 bool DebugInfoFinder::addScope(DIScope Scope) { in addScope() 1121 DIScope(DbgNode).printInternal(OS); in print() 1133 void DIScope::printInternal(raw_ostream &OS) const { in printInternal() 1138 DIScope::printInternal(OS); in printInternal() [all …]
|
D | DIBuilder.cpp | 136 createImportedModule(LLVMContext &C, DIScope Context, DIDescriptor NS, in createImportedModule() 164 DIImportedEntity DIBuilder::createImportedModule(DIScope Context, in createImportedModule() 171 DIImportedEntity DIBuilder::createImportedModule(DIScope Context, in createImportedModule() 179 DIImportedEntity DIBuilder::createImportedDeclaration(DIScope Context, in createImportedDeclaration()
|
D | Verifier.cpp | 2332 Assert1(DIScope(*I).Verify(), "DIScope does not Verify!", *I); in verifyDebugInfo()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 304 llvm::DIScope getContextDescriptor(const Decl *Decl); 306 llvm::DIScope getCurrentContextDescriptor(const Decl *Decl);
|
D | CGDebugInfo.cpp | 119 llvm::DIScope Scope = llvm::DIScope(LB); in setLocation() 138 llvm::DIScope CGDebugInfo::getContextDescriptor(const Decl *Context) { in getContextDescriptor() 146 return llvm::DIScope(dyn_cast_or_null<llvm::MDNode>(V)); in getContextDescriptor() 3128 llvm::DIScope CGDebugInfo::getCurrentContextDescriptor(const Decl *D) { in getCurrentContextDescriptor() 3130 return llvm::DIScope(LexicalBlockStack.back()); in getCurrentContextDescriptor()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DebugIR.cpp | 384 DIScope(LexicalBlockFileNode), T->getStructName(), DIFile(FileNode), in getOrCreateType()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 497 DIScope in print_details()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 492 DIScope DS(Scope->getScopeNode()); in constructInlinedScopeDIE() 571 DIScope DS(Scope->getScopeNode()); in constructScopeDIE()
|
D | DwarfCompileUnit.cpp | 887 DIScope Parent = Ty.getContext(); in isTypeUnitScoped()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1387 DIScope Scope(DL.getScope(Ctx)); in printDebugLoc()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 278 DIScope Scope(curLoc.getScope(ctx)); in emitLineNumberAsDotLoc()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 281 %"class.llvm::DIScope" = type { %"class.llvm::DIDescriptor" }
|