OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastProbe
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCPseudoProbe.cpp
36
const MCPseudoProbe *
LastProbe
) const {
47
uint8_t Flag =
LastProbe
? ((int8_t)MCPseudoProbeFlag::AddressDelta << 7) : 0;
50
if (
LastProbe
) {
51
// Emit the delta between the address label and
LastProbe
.
53
buildSymbolDiff(MCOS, Label,
LastProbe
->getLabel());
133
const MCPseudoProbe *&
LastProbe
) {
153
Probe.emit(MCOS,
LastProbe
);
154
LastProbe
= &Probe;
171
Inlinee.second->emit(MCOS,
LastProbe
);
185
const MCPseudoProbe *
LastProbe
= nullptr
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCPseudoProbe.h
96
void emit(MCObjectStreamer *MCOS, const MCPseudoProbe *
LastProbe
) const;
125
void emit(MCObjectStreamer *MCOS, const MCPseudoProbe *&
LastProbe
);
Completed in 29 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026