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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DeclContext.h 83 DWARFDie LastSeenDIE = DWARFDie(), unsigned CUId = 0)
86 LastSeenDIE(LastSeenDIE), LastSeenCompileUnitID(CUId) {}
112 DWARFDie LastSeenDIE;
DeclContext.cpp 35 uint32_t FirstIdx = OrigUnit.getDIEIndex(LastSeenDIE);
41 LastSeenDIE = Die;
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 104 const DWARFDebugInfoEntryMinimal *LastSeenDIE;
116 LastSeenDIE(nullptr), LastSeenCompileUnitID(0), CanonicalDIEOffset(0) {}
120 const DWARFDebugInfoEntryMinimal *LastSeenDIE = nullptr,
123 Name(Name), File(File), Parent(Parent), LastSeenDIE(LastSeenDIE),
    [all...]

Completed in 59 milliseconds