Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video_engine/test/libvietest/include/
H A Dtb_I420_codec.h64 FunctionCalls GetFunctionCalls();
106 FunctionCalls GetFunctionCalls();
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_I420_codec.cc165 TbI420Encoder::FunctionCalls TbI420Encoder::GetFunctionCalls() in GetFunctionCalls() function in TbI420Encoder
268 TbI420Decoder::FunctionCalls TbI420Decoder::GetFunctionCalls() in GetFunctionCalls() function in TbI420Decoder
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Metrics/
H A DIGCMetricImpl.h59 void GetFunctionCalls(IGC_METRICS::Function* func_m, llvm::Function& func);
H A DIGCMetricImpl.cpp311 GetFunctionCalls(func_m, func); in CollectFunctions()
416 void IGCMetricImpl::GetFunctionCalls(IGC_METRICS::Function* func_m, llvm::Function& func) in GetFunctionCalls() function in IGCMetrics::IGCMetricImpl
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_codec.cc692 ext_encoder.GetFunctionCalls(); in ViECodecExternalCodecTest()
713 ext_decoder.GetFunctionCalls(); in ViECodecExternalCodecTest()
768 encode_calls = ext_encoder.GetFunctionCalls(); in ViECodecExternalCodecTest()
787 decode_calls = ext_decoder.GetFunctionCalls(); in ViECodecExternalCodecTest()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.h80 llvm::DenseMap<ConstString, size_t> const &GetFunctionCalls() const;
H A DTraceHTR.cpp41 HTRBlockMetadata::GetFunctionCalls() const { in GetFunctionCalls() function in HTRBlockMetadata
476 for (const auto &it : metadata.GetFunctionCalls()) { in toJSON()