Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DTFUtilsTest.cpp198 L.logInt32Value(1, F01); in TEST()
203 L.logInt32Value(1, F11); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h88 void logInt32Value(size_t FeatureID, const int32_t *Value);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTFUtils.cpp473 void Logger::logInt32Value(size_t FeatureID, const int32_t *Value) { in logInt32Value() function in Logger