Home
last modified time | relevance | path

Searched refs:DIScope (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/
DDebugInfo.h183 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 …]
DDIBuilder.h47 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/
DEventListenerCommon.h38 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/
DDebugInfo.cpp697 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 …]
DDIBuilder.cpp136 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()
DVerifier.cpp2332 Assert1(DIScope(*I).Verify(), "DIScope does not Verify!", *I); in verifyDebugInfo()
/external/clang/lib/CodeGen/
DCGDebugInfo.h304 llvm::DIScope getContextDescriptor(const Decl *Decl);
306 llvm::DIScope getCurrentContextDescriptor(const Decl *Decl);
DCGDebugInfo.cpp119 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/
DDebugIR.cpp384 DIScope(LexicalBlockFileNode), T->getStructName(), DIFile(FileNode), in getOrCreateType()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp497 DIScope in print_details()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp492 DIScope DS(Scope->getScopeNode()); in constructInlinedScopeDIE()
571 DIScope DS(Scope->getScopeNode()); in constructScopeDIE()
DDwarfCompileUnit.cpp887 DIScope Parent = Ty.getContext(); in isTypeUnitScoped()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1387 DIScope Scope(DL.getScope(Ctx)); in printDebugLoc()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp278 DIScope Scope(curLoc.getScope(ctx)); in emitLineNumberAsDotLoc()
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll281 %"class.llvm::DIScope" = type { %"class.llvm::DIDescriptor" }