OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryValue
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h
148
enum {
EntryValue
= 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 };
167
bool isEntryValue() const { return LocationFlags &
EntryValue
; }
DwarfExpression.cpp
375
LocationFlags |=
EntryValue
;
417
LocationFlags &= ~
EntryValue
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetRegisterInfo.cpp
654
DIExpression::StackValue | DIExpression::
EntryValue
)) == 0 &&
664
PrependFlags & DIExpression::
EntryValue
);
MachineVerifier.cpp
3104
EntryValue
(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup),
3108
int
EntryValue
= 0;
3142
BBState.
EntryValue
= SPState[StackPred->getNumber()].ExitValue;
3144
BBState.ExitValue = BBState.
EntryValue
;
3178
(SPState[Pred->getNumber()].ExitValue != BBState.
EntryValue
||
3185
<< BBState.
EntryValue
<< ", " << BBState.EntryIsSetup << ").\n";
3193
(SPState[Succ->getNumber()].
EntryValue
!= BBState.ExitValue ||
3197
<< " has entry state (" << SPState[Succ->getNumber()].
EntryValue
/src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp
1296
bool
EntryValue
= Flags & DIExpression::
EntryValue
;
1298
return prependOpcodes(Expr, Ops, StackValue,
EntryValue
);
1350
bool
EntryValue
) {
1353
if (
EntryValue
) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h
2765
EntryValue
= 1 << 3
2778
bool
EntryValue
= false);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
VarLocBasedImpl.cpp
209
// range corresponding to a Reg, SpillLoc, or
EntryValue
type will still be a
2043
DIExpression::prepend(MI.getDebugExpression(), DIExpression::
EntryValue
);
Completed in 55 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026