HomeSort by relevance Sort by last modified time
    Searched refs:DINameSpace (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 215 void addSourceLine(DIE *Die, DINameSpace NS);
269 /// getOrCreateNameSpace - Create a DIE for DINameSpace.
270 DIE *getOrCreateNameSpace(DINameSpace NS);
DwarfCompileUnit.cpp 209 void CompileUnit::addSourceLine(DIE *Die, DINameSpace NS) {
596 DIE *ContextDIE = getOrCreateNameSpace(DINameSpace(Context));
    [all...]
  /external/llvm/include/llvm/Analysis/
DIBuilder.h 37 class DINameSpace;
503 DINameSpace createNameSpace(DIDescriptor Scope, StringRef Name,
DebugInfo.h 757 /// DINameSpace - A wrapper for a C++ style name space.
758 class DINameSpace : public DIScope {
761 explicit DINameSpace(const MDNode *N = 0) : DIScope(N) {}
    [all...]
  /external/llvm/lib/Analysis/
DebugInfo.cpp 490 bool DINameSpace::Verify() const {
594 return DINameSpace(DbgNode).getFilename();
614 return DINameSpace(DbgNode).getDirectory();
685 void DINameSpace::anchor() { }
    [all...]
DIBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 111 llvm::DINameSpace getOrCreateNameSpace(const NamespaceDecl *N);
CGDebugInfo.cpp     [all...]
  /external/llvm/tools/opt/
opt.cpp 359 DINameSpace NS(Context);

Completed in 295 milliseconds