Searched defs:LinkageSymbolInfo (Results 1 – 2 of 2) sorted by relevance
53 struct LinkageSymbolInfo { struct54 SpvId id; // ID of the symbol55 SpvId type_id; // ID of the type of the symbol56 std::string name; // unique name defining the symbol and used for matching58 std::vector<SpvId> parameter_ids; // ID of the parameters of the symbol, if