Searched refs:EName (Results 1 – 4 of 4) sorted by relevance
158 Expected<const char *> EName = in getCUIdentifiers() local160 if (!EName) in getCUIdentifiers()161 return EName.takeError(); in getCUIdentifiers()162 ID.Name = *EName; in getCUIdentifiers()166 Expected<const char *> EName = in getCUIdentifiers() local168 if (!EName) in getCUIdentifiers()169 return EName.takeError(); in getCUIdentifiers()170 ID.DWOName = *EName; in getCUIdentifiers()
168 Expected<const char *> EName = in getCUIdentifiers() local170 if (!EName) in getCUIdentifiers()171 return EName.takeError(); in getCUIdentifiers()172 ID.Name = *EName; in getCUIdentifiers()176 Expected<const char *> EName = in getCUIdentifiers() local178 if (!EName) in getCUIdentifiers()179 return EName.takeError(); in getCUIdentifiers()180 ID.DWOName = *EName; in getCUIdentifiers()
52 #define START(Bits, Name, EName) typedef struct { argument
135 #define START(Bits, Name, EName) \ argument