HomeSort by: relevance | last modified time | path
    Searched refs:SetLabel (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
register_benchmark_test.cc 84 st.SetLabel(label);
123 st.SetLabel(x);
benchmark_test.cc 60 state.SetLabel(ss.str());
70 state.SetLabel(ss.str());
reporter_output_test.cc 139 state.SetLabel("some label");
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
register_benchmark_test.cc 82 st.SetLabel(label);
121 st.SetLabel(x);
benchmark_test.cc 60 state.SetLabel(ss.str());
70 state.SetLabel(ss.str());
reporter_output_test.cc 125 state.SetLabel("some label");
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
benchmark.cc 197 void State::SetLabel(const char* label) {
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 604 // state.SetLabel(StrFormat("compress:%.1f%%", 100.0*compression));
610 void SetLabel(const char* label);
612 void BENCHMARK_ALWAYS_INLINE SetLabel(const std::string& str) {
613 this->SetLabel(str.c_str());
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h 563 // state.SetLabel(StrFormat("compress:%.1f%%", 100.0*compression));
569 void SetLabel(const char* label);
571 void BENCHMARK_ALWAYS_INLINE SetLabel(const std::string& str) {
572 this->SetLabel(str.c_str());
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCStreamer.cpp 264 Table.setLabel(
1112 MCSymbol *SetLabel = Context.createTempSymbol("set");
1113 emitAssignment(SetLabel, Diff);
1114 emitSymbolValue(SetLabel, Size);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
benchmark.cc 362 void State::SetLabel(const char* label) {

Completed in 23 milliseconds