Searched refs:EntryValue (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.h | 133 enum { EntryValue = 1, CallSiteParamValue }; enumerator 157 return LocationFlags & EntryValue; in isEntryValue() 298 LocationFlags |= EntryValue; in setEntryValueFlag()
|
/third_party/flutter/engine/flutter/third_party/txt/src/utils/ |
D | LruCache.h | 30 template <typename EntryKey, typename EntryValue> 34 virtual void operator()(EntryKey& key, EntryValue& value) = 0;
|
/third_party/flutter/txt/src/utils/ |
D | LruCache.h | 30 template <typename EntryKey, typename EntryValue> 34 virtual void operator()(EntryKey& key, EntryValue& value) = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 1053 bool EntryValue = Flags & DIExpression::EntryValue; in prepend() local 1055 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend() 1061 bool EntryValue) { in prependOpcodes() argument 1064 if (EntryValue) { in prependOpcodes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 2755 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB() 2759 int EntryValue = 0; member 2793 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame() 2795 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame() 2830 (SPState[(*I)->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame() 2837 << BBState.EntryValue << ", " << BBState.EntryIsSetup << ").\n"; in verifyStackFrame() 2846 (SPState[(*I)->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame() 2850 << " has entry state (" << SPState[(*I)->getNumber()].EntryValue in verifyStackFrame()
|
D | LiveDebugValues.cpp | 1473 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 2497 EntryValue = 1 << 3 enumerator 2510 bool EntryValue = false);
|