Searched refs:onValue (Results 1 – 12 of 12) sorted by relevance
20 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 …]
57 virtual void onValue(const uint8_t U) {} in onValue() function58 virtual void onValue(const uint16_t U) {} in onValue() function59 virtual void onValue(const uint32_t U) {} in onValue() function60 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() function63 virtual void onValue(const MemoryBufferRef MBR) {} in onValue() function
158 void onValue(const uint8_t U) override { in onValue() function in __anonef2f8f220111::DumpVisitor162 void onValue(const uint16_t U) override { in onValue() function in __anonef2f8f220111::DumpVisitor166 void onValue(const uint32_t U) override { in onValue() function in __anonef2f8f220111::DumpVisitor170 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() function in __anonef2f8f220111::DumpVisitor177 void onValue(const int64_t S, const bool LEB = false) override { in onValue() function in __anonef2f8f220111::DumpVisitor184 void onValue(const StringRef String) override { in onValue() function in __anonef2f8f220111::DumpVisitor189 void onValue(const MemoryBufferRef MBR) override { in onValue() function in __anonef2f8f220111::DumpVisitor330 virtual void onValue(const uint8_t U) { Length += 1; } in onValue() function in __anonef2f8f220211::DIEFixupVisitor331 virtual void onValue(const uint16_t U) { Length += 2; } in onValue() function in __anonef2f8f220211::DIEFixupVisitor332 virtual void onValue(const uint32_t U) { Length += 4; } in onValue() function in __anonef2f8f220211::DIEFixupVisitor[all …]
8 p.onValue = function (value) { function24 p.onValue = function (value) {38 p.onValue = function (value) {52 p.onValue = function (value) {68 p.onValue = function (value) {84 p.onValue = function (value) {
8 p.onValue = function (value) { function19 p.onValue = function (value) {33 p.onValue = function (value) {
8 p.onValue = function (value) { function19 p.onValue = function (value) {
36 p.onValue = function (value) { function
23 p.onValue = function (value) { function
403 GLubyte onValue) in _mesa_expand_bitmap() argument422 dstRow[col] = onValue; in _mesa_expand_bitmap()444 dstRow[col] = onValue; in _mesa_expand_bitmap()
96 GLubyte onValue);
337 this.onValue(value);339 proto.onValue = function (value) { function
48 parser.onValue = value => this[_onValue](value) function