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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 896 DIE *NDie = getDIE(NS);
897 if (NDie)
898 return NDie;
899 NDie = new DIE(dwarf::DW_TAG_namespace);
900 insertDIE(NS, NDie);
902 addString(NDie, dwarf::DW_AT_name, dwarf::DW_FORM_string, NS.getName());
903 addSourceLine(NDie, NS);
904 addToContextOwner(NDie, NS.getContext());
905 return NDie;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]

Completed in 241 milliseconds