OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Marker
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
StackLifetime.h
116
struct
Marker
{
122
DenseMap<const BasicBlock *, SmallVector<std::pair<unsigned,
Marker
>, 4>>
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMerge.cpp
81
std::string
Marker
;
83
ISS1 >>
Marker
;
85
if (
Marker
== "STARTED") {
93
} else if (
Marker
== "DONE") {
234
// Write the pre-run
marker
.
253
// Write the post-run
marker
and the coverage.
/src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp
190
/// A note to follow the
marker
, or empty string if none.
192
/// Does this
marker
indicate inclusion by -dump-input-filter=error?
337
/// The
marker
to use.
338
MarkerStyle
Marker
;
421
A.
Marker
= GetMarker(DiagItr->MatchTy);
423
A.
Marker
.Note = DiagItr->Note;
425
// markers. For example, a
marker
for 'with "VAR" equal to "5"' would
427
// for the
marker
simply points to the start of the match/search range for
432
A.
Marker
.Lead = ' ';
437
A.
Marker
.Note = "error: " + A.Marker.Note
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Parser.cpp
272
const char
Marker
= Code[0];
282
if (Code[Length] ==
Marker
) {
/src/external/apache2/llvm/dist/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp
160
// Return true if a
marker
is next.
161
// A
marker
is the longest match for /#[A-Za-z0-9_-]+/.
318
// Tracker for markers in the input files. A
marker
is a comment of the form
326
//
Marker
declarations must be at the start of a comment or preceded by
331
struct
Marker
{
336
llvm::StringMap<
Marker
> Markers;
339
//
marker
.
345
// Register a
marker
.
348
{MarkerName,
Marker
{Pos, SourceLocation(), SourceLocation()}});
350
Marker
&M = InsertResult.first->second
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp
662
// x29`
marker
. Mark the sequence as bundle, to avoid passes moving other code
687
auto *
Marker
= BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXrs))
694
MBB.getParent()->moveCallSiteInfo(&MI,
Marker
);
697
std::next(
Marker
->getIterator()));
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ExpandPseudo.cpp
193
//"movq %rax, %rdi"
marker
.
227
// Emit
marker
"movq %rax, %rdi". %rdi is not callee-saved, so it cannot be
231
auto *
Marker
= BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(X86::MOV64rr))
236
MBB.getParent()->moveCallSiteInfo(&MI,
Marker
);
Completed in 20 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026