Home
last modified time | relevance | path

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

/llvm-project/lldb/test/Shell/Target/
H A Dtarget-label.test9 script lldb.target.SetLabel("")
35 script lldb.debugger.GetTargetAtIndex(0).SetLabel('Not cat')
/llvm-project/third-party/benchmark/test/
H A Dregister_benchmark_test.cc84 st.SetLabel(label); in BM_extra_args()
135 st.SetLabel(x); in TestRegistrationAtRuntime()
H A Dbenchmark_test.cc62 state.SetLabel(ss.str()); in BM_Factorial()
72 state.SetLabel(ss.str()); in BM_CalculatePiRange()
H A Dreporter_output_test.cc163 state.SetLabel("some label"); in BM_label()
/llvm-project/libc/benchmarks/
H A DLibcMemoryGoogleBenchmarkMain.cpp56 State.SetLabel((Twine(Configuration.Name) + "," + Distribution.Name).str()); in ~Runner()
/llvm-project/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc169 .def("set_label", &State::SetLabel) in NB_MODULE()
/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1186 MCSymbol *SetLabel = Context.createTempSymbol("set"); in emitXCOFFSymbolLinkageWithVisibility()
1187 emitAssignment(SetLabel, Diff); in emitXCOFFSymbolLinkageWithVisibility()
1188 emitSymbolValue(SetLabel, Size); in emitXCOFFSymbolLinkageWithVisibility()
1142 MCSymbol *SetLabel = Context.createTempSymbol("set"); emitAbsoluteSymbolDiff() local
/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h350 SBError SetLabel(const char *label);
/llvm-project/third-party/benchmark/src/
H A Dbenchmark.cc293 void State::SetLabel(const std::string& label) { in SetLabel() function in benchmark::State
/llvm-project/lldb/source/API/
H A DSBTarget.cpp1660 SBError SBTarget::SetLabel(const char *label) { in SetLabel()
1667 return Status::FromError(target_sp->SetLabel(label)); in GetDataByteSize()
1653 SBError SBTarget::SetLabel(const char *label) { SetLabel() function in SBTarget
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h595 llvm::Error SetLabel(llvm::StringRef label);
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h921 void SetLabel(const std::string& label);
/llvm-project/lldb/source/Target/
H A DTarget.cpp2762 llvm::Error Target::SetLabel(llvm::StringRef label) { in GetEntryPointAddress()
2616 llvm::Error Target::SetLabel(llvm::StringRef label) { SetLabel() function in Target
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp303 if (auto E = target_sp->SetLabel(label)) in DoExecute()