Home
last modified time | relevance | path

Searched defs:SetLabel (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark.cc223 void State::SetLabel(const char* label) { in SetLabel() function in benchmark::State
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h725 void BENCHMARK_ALWAYS_INLINE SetLabel(const std::string& str) { in SetLabel() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCStreamer.cpp1136 MCSymbol *SetLabel = Context.createTempSymbol("set"); in emitAbsoluteSymbolDiff() local