Searched defs:NameAndAttributes (Results 1 – 8 of 8) sorted by relevance
39 struct NameAndAttributes { struct40 const char *name;41 uint32_t attributes;42 bool isFunction;43 const GlobalValue *symbol;
40 struct NameAndAttributes { struct41 StringRef name;42 uint32_t attributes = 0;43 bool isFunction = false;44 const GlobalValue *symbol = nullptr;
40 struct NameAndAttributes { struct41 StringRef name;42 uint32_t attributes = 0;43 bool isFunction = 0;44 const GlobalValue *symbol = 0;
240 std::string NameAndAttributes; in MakePropertyEncodingString() local