Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dregister_benchmark_test.cc84 st.SetLabel(label); in BM_extra_args()
123 st.SetLabel(x); in TestRegistrationAtRuntime()
H A Dbenchmark_test.cc60 state.SetLabel(ss.str()); in BM_Factorial()
70 state.SetLabel(ss.str()); in BM_CalculatePiRange()
H A Dreporter_output_test.cc139 state.SetLabel("some label"); in BM_label()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dregister_benchmark_test.cc82 st.SetLabel(label); in BM_extra_args()
121 st.SetLabel(x); in TestRegistrationAtRuntime()
H A Dbenchmark_test.cc60 state.SetLabel(ss.str()); in BM_Factorial()
70 state.SetLabel(ss.str()); in BM_CalculatePiRange()
H A Dreporter_output_test.cc125 state.SetLabel("some label"); in BM_label()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h569 void SetLabel(const char* label);
571 void BENCHMARK_ALWAYS_INLINE SetLabel(const std::string& str) { in SetLabel() function
572 this->SetLabel(str.c_str()); in SetLabel()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h610 void SetLabel(const char* label);
612 void BENCHMARK_ALWAYS_INLINE SetLabel(const std::string& str) { in SetLabel() function
613 this->SetLabel(str.c_str()); in SetLabel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp1112 MCSymbol *SetLabel = Context.createTempSymbol("set"); in emitAbsoluteSymbolDiff() local
1113 emitAssignment(SetLabel, Diff); in emitAbsoluteSymbolDiff()
1114 emitSymbolValue(SetLabel, Size); in emitAbsoluteSymbolDiff()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark.cc197 void State::SetLabel(const char* label) { in SetLabel() function in benchmark::State
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark.cc362 void State::SetLabel(const char* label) { in SetLabel() function in benchmark::State