| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-allocate.cpp | 121 .Attach(it->name(), in CheckAllocateOptions() 207 .Attach(it->name(), in CheckAllocateOptions() 223 .Attach(it->name(), in CheckAllocateOptions() 497 .Attach(allocateInfo_.sourceExprLoc.value(), in RunChecks() 528 .Attach(allocateInfo_.sourceExprLoc.value(), in RunChecks() 530 .Attach(symbol_->name(), in RunChecks() 553 .Attach(name_.source, "'%s' is a coarray"_en_US, name_.source); in RunCoarrayRelatedChecks() 559 .Attach(name_.source, "'%s' is a coarray"_en_US, name_.source); in RunCoarrayRelatedChecks() 572 .Attach(name_.source, "'%s' is a coarray"_en_US, name_.source); in RunCoarrayRelatedChecks() 578 .Attach(name_.source, "'%s' is a coarray"_en_US, name_.source); in RunCoarrayRelatedChecks() [all …]
|
| H A D | check-select-rank.cpp | 74 .Attach(prevLocDefault, "Previous use"_en_US); in Leave() 86 .Attach(prevLocStar, "Previous use"_en_US); in Leave() 114 .Attach(prevloc, "Previous use"_en_US); in Leave()
|
| H A D | resolve-labels.cpp | 362 .Attach(*firstName, "should be"_en_US); in CheckOptionalName() 366 .Attach(firstStmt.source, "in unnamed %s"_en_US, constructTag); in CheckOptionalName() 403 .Attach( in Post() 436 .Attach(interfaceStmt.source, "corresponding INTERFACE"_en_US); in Post() 465 .Attach(program->statement.v.source, "should be"_en_US); in Post() 673 .Attach(*constructName, "should be"_en_US); in CheckEndName() 680 .Attach(*constructName, "should be"_en_US); in CheckEndName() 685 .Attach( in CheckEndName() 880 .Attach(body.first, "the loop branched into"_en_US); in CheckBranchesIntoDoBody() 895 .Attach(v2.first, "DO loop conflicts"_en_US); in CheckDoNesting() [all …]
|
| H A D | check-coarray.cpp | 42 .Attach(criticalSourcePosition_, GetEnclosingMsg()); in Post() 50 .Attach(criticalSourcePosition_, GetEnclosingMsg()); in Post() 187 .Attach(name2, std::move(msg2), name2); in Say2()
|
| H A D | semantics.cpp | 151 .Attach(symbol.name(), "Declaration of '%s'"_en_US, symbol.name()); in CheckAssignGotoName() 219 .Attach(previousInit.name(), in MapCommonBlockAndCheckConflicts() 231 .Attach(info.biggestSize->name(), in MapCommonBlockAndCheckConflicts() 381 .Attach(it->second.location, "Enclosing %s construct"_en_US, kind); in CheckIndexVarRedefine()
|
| H A D | check-directive-structure.h | 94 .Attach(sourcePosition_, GetEnclosingMsg()); in EmitBranchOutError() 102 .Attach(sourcePosition_, GetEnclosingMsg()); in EmitUnlabelledBranchOutError() 112 .Attach(sourcePosition_, GetEnclosingMsg()); in EmitBranchOutErrorWithName() 546 .Attach(beginSource, "Does not match directive"_en_US); in SayNotMatching()
|
| H A D | check-do-forall.cpp | 81 context.Say(stmtLocation, message).Attach(doLocation, GetEnclosingDoMsg()); in SayWithDo() 256 msg.Attach(statementLocation, *coarrayMsg); in Post() 258 msg.Attach(doConcurrentSourcePosition_, GetEnclosingDoMsg()); in Post() 267 .Attach(doConcurrentSourcePosition_, GetEnclosingDoMsg()); in Post() 841 .Attach(GetNodePosition(construct), "The construct that was left"_en_US); in SayBadLeave()
|
| H A D | check-declarations.cpp | 928 msg->Attach(subprogram->name(), "Containing subprogram"_en_US); in CheckSubprogram() 1142 msg->Attach(f2Name, "FINAL declaration of '%s'"_en_US, f2.name()) in CheckDistinguishableFinals() 1143 .Attach(f1.name(), "Definition of '%s'"_en_US, f1Name) in CheckDistinguishableFinals() 1144 .Attach(f2.name(), "Definition of '%s'"_en_US, f2Name); in CheckDistinguishableFinals() 1452 msg->Attach(derivedSym->name(), in WarnMissingFinal() 1770 msg->Attach(iter->symbol.name(), in CheckEquivalenceSet() 1772 .Attach(details->commonBlock()->name(), in CheckEquivalenceSet() 1775 .Attach(commonBlock.name(), in CheckEquivalenceSet() 1902 msg->Attach(other.name(), "Conflicting declaration"_en_US); in CheckBindC() 2479 msg.Attach(unit.GetName().value(), in AttachDeclaration()
|
| H A D | compute-offsets.cpp | 243 .Attach(object->source, "Incompatible reference to '%s'"_en_US, in DoEquivalenceSet() 250 .Attach(object->source, in DoEquivalenceSet()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | README.md | 8 - [Attach Configuration Settings](#attach-configuration-settings) 11 - [Attach to process using process ID](#attach-using-pid) 12 - [Attach to process by name](#attach-by-name) 97 1. Attach to an existing process using the process ID 98 2. Attach to an existing process by name 99 3. Attach by name by waiting for the next instance of a process to launch 138 ### Attach using PID 146 "name": "Attach to PID", 152 ### Attach by Name 160 "name": "Attach to Name", [all …]
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | message.cpp | 288 Message &Message::Attach(Message *m) { in Attach() function in Fortran::parser::Message 296 attachment_->Attach(m); in Attach() 301 Message &Message::Attach(std::unique_ptr<Message> &&m) { in Attach() function in Fortran::parser::Message 302 return Attach(m.release()); in Attach() 385 msg.Attach(std::move(m2)); in AttachTo()
|
| /llvm-project-15.0.7/lldb/unittests/Target/ |
| H A D | RemoteAwarePlatformTest.cpp | 31 MOCK_METHOD4(Attach, 60 MOCK_METHOD4(Attach,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.h | 37 Attach(lldb::pid_t pid, NativeDelegate &native_delegate, 120 Status Attach();
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.h | 40 Attach(lldb::pid_t pid, NativeDelegate &native_delegate, 127 Status Attach();
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | message.h | 217 Message &Attach(Message *); 218 Message &Attach(std::unique_ptr<Message> &&); 219 template <typename... A> Message &Attach(A &&...args) { in Attach() function 220 return Attach(new Message{std::forward<A>(args)...}); // reference-counted in Attach()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.cpp | 489 return Attach(attach_info, debugger, &target, error); in DebugProcess() 506 lldb::ProcessSP PlatformWindows::Attach(ProcessAttachInfo &attach_info, in Attach() function in PlatformWindows 514 m_remote_platform_sp->Attach(attach_info, debugger, target, error); in Attach() 539 error = process_sp->Attach(attach_info); in Attach()
|
| H A D | PlatformWindows.h | 61 lldb::ProcessSP Attach(lldb_private::ProcessAttachInfo &attach_info,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.h | 50 Attach(lldb::pid_t pid, NativeDelegate &native_delegate, 167 static llvm::Expected<std::vector<::pid_t>> Attach(::pid_t pid);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.h | 39 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger, in Attach() function
|
| /llvm-project-15.0.7/lldb/test/API/macosx/function-starts/ |
| H A D | TestFunctionStarts.py | 62 process = target.Attach(attach_info, error)
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.h | 40 lldb::ProcessSP Attach(lldb_private::ProcessAttachInfo &attach_info,
|
| H A D | PlatformPOSIX.cpp | 362 lldb::ProcessSP PlatformPOSIX::Attach(ProcessAttachInfo &attach_info, in Attach() function in PlatformPOSIX 403 error = process_sp->Attach(attach_info); in Attach() 409 m_remote_platform_sp->Attach(attach_info, debugger, target, error); in Attach()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/POSIX/ |
| H A D | ProcessMessage.h | 48 static ProcessMessage Attach(lldb::pid_t pid) { in Attach() function
|
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | LLGSOptions.td | 54 defm attach: SJ<"attach", "Attach to the process given by a (numeric) process id or a name.">,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 63 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
|