Searched defs:MemBuffer (Results 1 - 6 of 6) sorted by relevance

/external/llvm/tools/llvm-pdbdump/fuzzer/
H A Dllvm-pdbdump-fuzzer.cpp39 MemBuffer(std::move(Buffer)) {}
41 std::unique_ptr<MemoryBuffer> MemBuffer; member in class:__anon13523::InputByteStream
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DRawSession.cpp37 MemBuffer(std::move(Buffer)) {}
39 std::unique_ptr<MemoryBuffer> MemBuffer; member in class:__anon12674::InputByteStream
/external/llvm/tools/lto/
H A Dlto.cpp483 auto &MemBuffer = unwrap(cg)->getProducedBinaries()[index]; local
484 return LTOObjectBuffer{MemBuffer->getBufferStart(),
485 MemBuffer->getBufferSize()};
/external/webp/src/dec/
H A Didec_dec.c46 // Operating state for the MemBuffer
63 } MemBuffer; typedef in typeref:struct:__anon24177
72 MemBuffer mem_; // input memory buffer.
89 // MemBuffer: incoming data handling
91 static WEBP_INLINE size_t MemDataSize(const MemBuffer* mem) {
113 MemBuffer* const mem = &idec->mem_;
163 // Appends data to the end of MemBuffer->buf_. It expands the allocated memory
168 MemBuffer* const mem = &idec->mem_;
206 MemBuffer* const mem = &idec->mem_;
220 static void InitMemBuffer(MemBuffer* cons
[all...]
/external/webp/src/demux/
H A Ddemux.c36 } MemBuffer; typedef in typeref:struct:__anon24195
62 MemBuffer mem_;
107 // MemBuffer
109 static int RemapMemBuffer(MemBuffer* const mem,
118 static int InitMemBuffer(MemBuffer* const mem,
125 static WEBP_INLINE size_t MemDataSize(const MemBuffer* const mem) {
130 static WEBP_INLINE int SizeIsInvalid(const MemBuffer* const mem, size_t size) {
134 static WEBP_INLINE void Skip(MemBuffer* const mem, size_t size) {
138 static WEBP_INLINE void Rewind(MemBuffer* const mem, size_t size) {
142 static WEBP_INLINE const uint8_t* GetBuffer(MemBuffer* cons
[all...]
/external/v8/src/compiler/
H A Dwasm-compiler.cc2800 Node* WasmGraphBuilder::MemBuffer(uint32_t offset) { function in class:v8::internal::compiler::WasmGraphBuilder
2968 MemBuffer(offset), index, context, position_node,
2972 MemBuffer(offset), index, *effect_, *control_);
2977 MemBuffer(offset), index, *effect_, *control_);
3023 graph()->NewNode(jsgraph()->machine()->Store(rep), MemBuffer(offset),
3029 MemBuffer(offset), index, val, *effect_, *control_);
3041 Node* load = graph()->NewNode(op, MemBuffer(0), index, MemSize(0), *effect_,
3053 Node* store = graph()->NewNode(op, MemBuffer(0), index, MemSize(0), val,

Completed in 872 milliseconds