| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | message.cpp | 202 if (Message * attachment{attachment_.get()}) { in ResolveProvenances() 203 attachment->ResolveProvenances(allCooked); in ResolveProvenances() 244 for (const Message *attachment{attachment_.get()}; attachment; in Emit() local 245 attachment = attachment->attachment_.get()) { in Emit() 246 sources.EmitMessage(o, attachment->GetProvenanceRange(allCooked), in Emit() 247 Prefix(isContext ? Severity::Context : attachment->severity()) + in Emit() 248 attachment->ToString(), in Emit() 262 for (const Message *attachment{attachment_.get()}; attachment; in operator ==() local 263 attachment = attachment->attachment_.get()) { in operator ==() 265 attachment->ToString() != thatAttachment->ToString() || in operator ==() [all …]
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | metadata-function-dbg.ll | 3 ; CHECK: function declaration may only have a unique !dbg attachment 6 ; CHECK-NOT: function declaration may only have a unique !dbg attachment 9 ; CHECK: function must have a single !dbg attachment 25 ; CHECK: function !dbg attachment must be a subprogram
|
| H A D | llvm.dbg.intrinsic-dbg-attachment.ll | 8 ; CHECK-LABEL: llvm.dbg.value intrinsic requires a !dbg attachment 17 ; CHECK-LABEL: llvm.dbg.declare intrinsic requires a !dbg attachment 27 ; CHECK-LABEL: mismatched subprogram between llvm.dbg.value variable and !dbg attachment 41 ; CHECK-LABEL: mismatched subprogram between llvm.dbg.declare variable and !dbg attachment
|
| H A D | metadata-function-prof.ll | 3 ; CHECK: function declaration may not have a !prof attachment 10 ; CHECK: function must have a single !prof attachment
|
| H A D | dbg.ll | 12 ; CHECK: invalid !dbg metadata attachment
|
| H A D | diglobalvariable.ll | 3 ; CHECK: !dbg attachment of global variable must be a DIGlobalVariableExpression
|
| H A D | unique-disubprogram.ll | 13 ; CHECK: function definition may only have a distinct !dbg attachment
|
| H A D | disubprogram-name-match-only.ll | 15 ; CHECK: !dbg attachment points at wrong subprogram for function
|
| H A D | func-dbg.ll | 10 ; CHECK: !dbg attachment points at wrong subprogram for function
|
| H A D | llvm.loop.ll | 10 ; CHECK: !dbg attachment points at wrong subprogram for function
|
| H A D | callsite-dbgloc.ll | 9 ; "!dbg attachment points at wrong subprogram for function"
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | cxx20-module-internal.cppm | 4 // not mangle in the module attachment -- that unnecessarily bloats
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | drop-debug-info-nonzero-alloca.ll | 15 ; AS: llvm.dbg.value intrinsic requires a !dbg attachment
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | location-verifier.ll | 31 ; CHECK: invalid !dbg metadata attachment
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-state.h | 130 context_ = context_->attachment(); in PopContext()
|
| H A D | message.h | 211 Reference attachment() const { return attachment_; } in attachment() function
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MIRLangRef.rst | 833 The source location attachment is synonymous with the ``!dbg`` metadata 834 attachment in LLVM-IR. The absence of a source location attachment will be 904 optional ``debug-instr-number`` attachment, before the optional 905 ``debug-location`` attachment. The value defined in ``$rbp`` in the code
|
| H A D | GettingInvolved.rst | 200 …- `ics <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201103/a3499a67/attachment-0001.ics…
|
| H A D | LangRef.rst | 5282 A transformation is required to drop any metadata attachment that it does not 5284 attachment to globals for ``!func_sanitize``, ``!type`` and ``!absolute_symbol`` which can't be 5491 arrays which can be attached to actual arrays, this attachment between pointer
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | OpenMPSupport.rst | 221 | device | pointer attachment | :no…
|
| H A D | ReleaseNotes.rst | 545 symbols with named module attachment.
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | README.txt | 221 http://gcc.gnu.org/bugzilla/attachment.cgi?id=8701
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | README.txt | 645 http://gcc.gnu.org/bugzilla/attachment.cgi?id=4487
|