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