Lines Matching +defs:buffer +defs:string
427 llvm::SetVector<std::string, std::vector<std::string>,
428 std::unordered_set<std::string>>
436 std::string entryPointName = lang->GetUserEntryPointName().str();
464 const std::unordered_set<std::string> &function_names,
603 const std::vector<std::string> &func_names,
908 void Target::GetBreakpointNames(std::vector<std::string> &names) {
1163 std::string path(file.GetPath());
1247 std::vector<std::string> no_names;
1252 std::vector<std::string> &names,
2007 // we keep the result around in this buffer, in case this result is the
2083 size_t Target::ReadCStringFromMemory(const Address &addr, std::string &out_str,
2095 // If we got "length - 1" bytes, we didn't get the whole C string, we need
2188 "string with more than 4 bytes "
2585 CompilerType Target::GetRegisterType(const std::string &name,
2712 Target::CreateUtilityFunction(std::string expression, std::string name,
2799 const EvaluateExpressionOptions &options, std::string *fixed_expression,
3471 std::string desc;
3473 desc = " (" + std::string(exit_desc) + ')';
3917 void Target::StopHookCommandLine::SetActionFromString(const std::string &string) {
3918 GetCommands().SplitIntoLines(string);
3922 const std::vector<std::string> &strings) {
3923 for (auto string : strings)
3924 GetCommands().AppendString(string.c_str());
3963 std::string class_name, StructuredData::ObjectSP extra_args_sp) {
4747 std::string path = new_dir.GetPath(true);
4756 std::string buffer;
4757 llvm::raw_string_ostream os(buffer);
4769 Debugger::ReportError(buffer, debugger_id);