Searched refs:EntryValue (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.h | 148 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator 167 bool isEntryValue() const { return LocationFlags & EntryValue; } in isEntryValue()
|
| H A D | DwarfExpression.cpp | 375 LocationFlags |= EntryValue; in setEntryValueFlags() 417 LocationFlags &= ~EntryValue; in finalizeEntryValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 654 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression() 664 PrependFlags & DIExpression::EntryValue); in prependOffsetExpression()
|
| H A D | MachineVerifier.cpp | 3104 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB() 3108 int EntryValue = 0; member 3142 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame() 3144 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame() 3178 (SPState[Pred->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame() 3185 << BBState.EntryValue << ", " << BBState.EntryIsSetup << ").\n"; in verifyStackFrame() 3193 (SPState[Succ->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame() 3197 << " has entry state (" << SPState[Succ->getNumber()].EntryValue in verifyStackFrame()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 1296 bool EntryValue = Flags & DIExpression::EntryValue; in prepend() local 1298 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend() 1350 bool EntryValue) { in prependOpcodes() argument 1353 if (EntryValue) { in prependOpcodes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2765 EntryValue = 1 << 3 enumerator 2778 bool EntryValue = false);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 2043 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
|