Home
last modified time | relevance | path

Searched refs:onValue (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFVisitor.cpp20 onValue((uint64_t)U); in onVariableSizeValue()
23 onValue((uint32_t)U); in onVariableSizeValue()
26 onValue((uint16_t)U); in onVariableSizeValue()
29 onValue((uint8_t)U); in onVariableSizeValue()
75 onValue((uint64_t)FormVal->BlockData.size(), true); in traverseDebugInfo()
76 onValue( in traverseDebugInfo()
83 onValue((uint8_t)writeSize); in traverseDebugInfo()
84 onValue( in traverseDebugInfo()
92 onValue((uint16_t)writeSize); in traverseDebugInfo()
93 onValue( in traverseDebugInfo()
[all …]
DDWARFVisitor.h57 virtual void onValue(const uint8_t U) {} in onValue() function
58 virtual void onValue(const uint16_t U) {} in onValue() function
59 virtual void onValue(const uint32_t U) {} in onValue() function
60 virtual void onValue(const uint64_t U, const bool LEB = false) {}
61 virtual void onValue(const int64_t S, const bool LEB = false) {}
62 virtual void onValue(const StringRef String) {} in onValue() function
63 virtual void onValue(const MemoryBufferRef MBR) {} in onValue() function
DDWARFEmitter.cpp158 void onValue(const uint8_t U) override { in onValue() function in __anon911107820111::DumpVisitor
162 void onValue(const uint16_t U) override { in onValue() function in __anon911107820111::DumpVisitor
166 void onValue(const uint32_t U) override { in onValue() function in __anon911107820111::DumpVisitor
170 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() function in __anon911107820111::DumpVisitor
177 void onValue(const int64_t S, const bool LEB = false) override { in onValue() function in __anon911107820111::DumpVisitor
184 void onValue(const StringRef String) override { in onValue() function in __anon911107820111::DumpVisitor
189 void onValue(const MemoryBufferRef MBR) override { in onValue() function in __anon911107820111::DumpVisitor
330 virtual void onValue(const uint8_t U) { Length += 1; } in onValue() function in __anon911107820211::DIEFixupVisitor
331 virtual void onValue(const uint16_t U) { Length += 2; } in onValue() function in __anon911107820211::DIEFixupVisitor
332 virtual void onValue(const uint32_t U) { Length += 4; } in onValue() function in __anon911107820211::DIEFixupVisitor
[all …]
/external/python/pyasn1-modules/tests/
Dtest_rfc7585.py78 onValue, rest = der_decode(gn['otherName']['value'],
81 assert onValue.prettyPrint()
82 assert der_encode(onValue) == gn['otherName']['value']
83 assert 'example' in onValue
Dtest_rfc4043.py72 onValue, rest = der_decode(gn['otherName']['value'],
75 assert onValue.prettyPrint()
76 assert der_encode(onValue) == gn['otherName']['value']
77 assert onValue['assigner'] == assigner_oid
/external/mesa3d/src/mesa/main/
Dimage.h96 GLubyte onValue);
Dimage.c403 GLubyte onValue) in _mesa_expand_bitmap() argument
422 dstRow[col] = onValue; in _mesa_expand_bitmap()
444 dstRow[col] = onValue; in _mesa_expand_bitmap()