Searched refs:TypedFunc (Results 1 – 2 of 2) sorted by relevance
117 if (pg_->TypedFunc().first != extractor::TypeRecorder::PRIMITIVETYPE_ANY) { in GenFunctionTypeInfo()119 GenInsnTypeInfo(recorder, static_cast<uint32_t>(-1), pg_->TypedFunc().first, typedInsns); in GenFunctionTypeInfo()120 DCOUT << "[LOG]" << func_->name << ": -1 | " << pg_->TypedFunc().first << std::endl; in GenFunctionTypeInfo()122 if (pg_->TypedFunc().second > extractor::TypeRecorder::PRIMITIVETYPE_ANY) { in GenFunctionTypeInfo()124 GenInsnTypeInfo(recorder, static_cast<uint32_t>(-2), pg_->TypedFunc().second, typedInsns); in GenFunctionTypeInfo()125 DCOUT << "[LOG]" << func_->name << ": -2 | " << pg_->TypedFunc().second << std::endl; in GenFunctionTypeInfo()
170 std::pair<int64_t, int64_t> &TypedFunc() in TypedFunc() function175 const std::pair<int64_t, int64_t> &TypedFunc() const in TypedFunc() function