OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Attachment
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Metadata.cpp
1187
[ID](const
Attachment
&A) { return A.MDKind == ID; });
1320
Info.remove_if([&KnownSet](const MDAttachments::
Attachment
&I) {
1469
auto *
Attachment
= MD.second;
1471
DIGlobalVariable *GV = dyn_cast<DIGlobalVariable>(
Attachment
);
1474
auto *GVE = cast<DIGlobalVariableExpression>(
Attachment
);
1486
Attachment
= DIGlobalVariableExpression::get(getContext(), GV, E);
1488
addMetadata(MD.first, *
Attachment
);
LLVMContextImpl.h
1276
struct
Attachment
{
1282
SmallVector<
Attachment
, 1> Attachments;
1288
/// Returns the first
attachment
with the given ID or nullptr if no such
1289
///
attachment
exists.
1297
/// Appends all attachments for the global to \c Result, sorting by
attachment
1302
/// Set an
attachment
to a particular node.
1304
/// Set the \c ID
attachment
to \c MD, replacing the current attachments at \c
1308
/// Adds an
attachment
to a particular node.
Verifier.cpp
736
AssertDI(false, "!dbg
attachment
of global variable must be a "
2545
"function declaration may only have a unique !dbg
attachment
",
2548
"function declaration may not have a !prof
attachment
", &F);
2574
// Verify that the
attachment
is legal.
2582
"function must have a single !dbg
attachment
", &F, I.second);
2584
"function !dbg
attachment
must be a subprogram", &F, I.second);
2586
"function definition may only have a distinct !dbg
attachment
",
2600
"function must have a single !prof
attachment
", &F, I.second);
2657
"!dbg
attachment
points at wrong subprogram for function", N, &F,
4552
AssertDI(isa<DILocation>(N), "invalid !dbg metadata
attachment
", &I, N)
[
all
...]
Completed in 54 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026