Searched defs:MangledSymbol (Results 1 – 1 of 1) sorted by relevance
27 struct MangledSymbol { struct in __anonddb1d4dd0111::InterfaceStubFunctionsConsumer28 std::string ParentName;29 uint8_t Type;30 uint8_t Binding;31 std::vector<std::string> Names;34 MangledSymbol(const std::string &ParentName, uint8_t Type, uint8_t Binding, in MangledSymbol() argument