Home
last modified time | relevance | path

Searched refs:TypeInfoFunction (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Dmain.cc135 class TypeInfoFunction : public TypeInfo { class
137 TypeInfoFunction(uint64_t id, const std::string& name, const std::string& base_name) in TypeInfoFunction() function in __anon23a93e9b0111::TypeInfoFunction
143 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()