Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DDebugInfo.h161 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() function
184 class DICompileUnit : public DIScope {
188 explicit DICompileUnit(const MDNode *N = 0) : DIScope(N) {} in DIScope() function
231 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 …]
/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.cpp342 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()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp502 DIScope in print_details()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp475 DIScope DS(Scope->getScopeNode()); in constructInlinedScopeDIE()
552 DIScope DS(Scope->getScopeNode()); in constructScopeDIE()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1413 DIScope Scope(DL.getScope(Ctx)); in printDebugLoc()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp73 llvm::DIScope Scope = llvm::DIScope(LB); in setLocation()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp276 DIScope Scope(curLoc.getScope(ctx)); in emitLineNumberAsDotLoc()
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll281 %"class.llvm::DIScope" = type { %"class.llvm::DIDescriptor" }