Home
last modified time | relevance | path

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

/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/include/llvm/
DDebugInfo.h159 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() function
206 class DIFile : public DIScope {
210 explicit DIFile(const MDNode *N = 0) : DIScope(N) { in DIScope() function
238 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 …]
/external/llvm/lib/VMCore/
DDebugInfo.cpp301 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()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp496 DIScope in print_details()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp420 DIScope DS(Scope->getScopeNode()); in constructInlinedScopeDIE()
518 DIScope DS(Scope->getScopeNode()); in constructScopeDIE()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp72 llvm::DIScope Scope = llvm::DIScope(LB); in setLocation()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1508 DIScope Scope(DL.getScope(Ctx)); in printDebugLoc()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp234 DIScope Scope(curLoc.getScope(ctx)); in emitLineNumberAsDotLoc()