Searched defs:CompileUnitIdentifiers (Results 1 – 6 of 6) sorted by relevance
57 struct CompileUnitIdentifiers { struct58 uint64_t Signature = 0;59 const char *Name = "";60 const char *DWOName = "";
63 struct CompileUnitIdentifiers { struct64 uint64_t Signature = 0;65 const char *Name = "";66 const char *DWOName = "";
108 struct CompileUnitIdentifiers { struct130 static Expected<CompileUnitIdentifiers> getCUIdentifiers(StringRef Abbrev, in getCUIdentifiers() argument