Home
last modified time | relevance | path

Searched refs:attachment (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dmessage.cpp202 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 Dmetadata-function-dbg.ll3 ; 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 Dllvm.dbg.intrinsic-dbg-attachment.ll8 ; 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 Dmetadata-function-prof.ll3 ; CHECK: function declaration may not have a !prof attachment
10 ; CHECK: function must have a single !prof attachment
H A Ddbg.ll12 ; CHECK: invalid !dbg metadata attachment
H A Ddiglobalvariable.ll3 ; CHECK: !dbg attachment of global variable must be a DIGlobalVariableExpression
H A Dunique-disubprogram.ll13 ; CHECK: function definition may only have a distinct !dbg attachment
H A Ddisubprogram-name-match-only.ll15 ; CHECK: !dbg attachment points at wrong subprogram for function
H A Dfunc-dbg.ll10 ; CHECK: !dbg attachment points at wrong subprogram for function
H A Dllvm.loop.ll10 ; CHECK: !dbg attachment points at wrong subprogram for function
H A Dcallsite-dbgloc.ll9 ; "!dbg attachment points at wrong subprogram for function"
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcxx20-module-internal.cppm4 // not mangle in the module attachment -- that unnecessarily bloats
/llvm-project-15.0.7/llvm/test/Assembler/
H A Ddrop-debug-info-nonzero-alloca.ll15 ; AS: llvm.dbg.value intrinsic requires a !dbg attachment
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dlocation-verifier.ll31 ; CHECK: invalid !dbg metadata attachment
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-state.h130 context_ = context_->attachment(); in PopContext()
H A Dmessage.h211 Reference attachment() const { return attachment_; } in attachment() function
/llvm-project-15.0.7/llvm/docs/
H A DMIRLangRef.rst833 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 DGettingInvolved.rst200 …- `ics <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201103/a3499a67/attachment-0001.ics…
H A DLangRef.rst5282 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 DOpenMPSupport.rst221 | device | pointer attachment | :no…
H A DReleaseNotes.rst545 symbols with named module attachment.
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DREADME.txt221 http://gcc.gnu.org/bugzilla/attachment.cgi?id=8701
/llvm-project-15.0.7/llvm/lib/Target/
H A DREADME.txt645 http://gcc.gnu.org/bugzilla/attachment.cgi?id=4487