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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 314 /// getOrCreateNameSpace - Create a DIE for DINameSpace.
315 DIE *getOrCreateNameSpace(DINameSpace NS);
DwarfCompileUnit.cpp 721 return getOrCreateNameSpace(DINameSpace(Context));
    [all...]
DwarfDebug.cpp 826 EntityDie = TheCU->getOrCreateNameSpace(DINameSpace(Entity));
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 138 llvm::DINameSpace getOrCreateNameSpace(const NamespaceDecl *N);
CGDebugInfo.cpp 151 return getOrCreateNameSpace(NSDecl);
641 return llvm::DIDescriptor(getOrCreateNameSpace(NSDecl));
    [all...]

Completed in 109 milliseconds