Searched refs:TypeInfoFunction (Results 1 – 1 of 1) sorted by relevance
135 class TypeInfoFunction : public TypeInfo { class137 TypeInfoFunction(uint64_t id, const std::string& name, const std::string& base_name) in TypeInfoFunction() function in __anon23a93e9b0111::TypeInfoFunction143 virtual ~TypeInfoFunction() {} in ~TypeInfoFunction()811 std::unique_ptr<TypeInfoFunction> type_info_holder( in ParseFunction()812 new TypeInfoFunction(die->offset(), name, function_name)); in ParseFunction()813 TypeInfoFunction* type_info = type_info_holder.get(); in ParseFunction()