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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 272 /// getOrCreateNameSpace - Create a DIE for DINameSpace.
273 DIE *getOrCreateNameSpace(DINameSpace NS);
DwarfCompileUnit.cpp 591 DIE *ContextDIE = getOrCreateNameSpace(DINameSpace(Context));
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 115 llvm::DINameSpace getOrCreateNameSpace(const NamespaceDecl *N);
CGDebugInfo.cpp 104 return llvm::DIDescriptor(getOrCreateNameSpace(NSDecl));
553 return llvm::DIDescriptor(getOrCreateNameSpace(NSDecl));
    [all...]

Completed in 59 milliseconds