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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 231 /// getOrCreateNameSpace - Create a DIE for DINameSpace.
232 DIE *getOrCreateNameSpace(DINameSpace NS);
DwarfCompileUnit.cpp 569 DIE *ContextDIE = getOrCreateNameSpace(DINameSpace(Context));
894 /// getOrCreateNameSpace - Create a DIE for DINameSpace.
895 DIE *CompileUnit::getOrCreateNameSpace(DINameSpace NS) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 279 DIE *getOrCreateNameSpace(const DINamespace *NS);
DwarfUnit.cpp 667 return getOrCreateNameSpace(NS);
    [all...]
DwarfCompileUnit.cpp 672 EntityDie = getOrCreateNameSpace(NS);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 255 DIE *getOrCreateNameSpace(const DINamespace *NS);
DwarfCompileUnit.cpp 792 EntityDie = getOrCreateNameSpace(NS);
    [all...]
DwarfUnit.cpp 709 return getOrCreateNameSpace(NS);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 194 llvm::DINamespace *getOrCreateNameSpace(const NamespaceDecl *N);
CGDebugInfo.cpp 173 return getOrCreateNameSpace(NSDecl);
    [all...]

Completed in 674 milliseconds