Home
last modified time | relevance | path

Searched defs:onValue (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
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 …]
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
62 virtual void onValue(const StringRef String) {} in onValue() function
63 virtual void onValue(const MemoryBufferRef MBR) {} in onValue() function
/external/mesa3d/src/mesa/main/
Dimage.c403 GLubyte onValue) in _mesa_expand_bitmap()