Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/
DEndian.h58 [[nodiscard]] inline value_type read(const void *memory, endianness endian) { in read()
69 [[nodiscard]] inline value_type read(const void *memory) { in read()
77 [[nodiscard]] inline value_type readNext(const CharT *&memory, in readNext()
86 [[nodiscard]] inline value_type readNext(const CharT *&memory) { in readNext()
92 inline void write(void *memory, value_type value, endianness endian) { in write()
102 inline void write(void *memory, value_type value) { in write()
110 inline void writeNext(CharT *&memory, value_type value, endianness endian) { in writeNext()
117 inline void writeNext(CharT *&memory, value_type value) { in writeNext()
127 [[nodiscard]] inline value_type readAtBitAlignment(const void *memory, in readAtBitAlignment()
162 inline void writeAtBitAlignment(void *memory, value_type value, in writeAtBitAlignment()
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DEndian.h58 [[nodiscard]] inline value_type read(const void *memory, endianness endian) { in read()
69 [[nodiscard]] inline value_type read(const void *memory) { in read()
76 [[nodiscard]] inline value_type readNext(const CharT *&memory, in readNext()
85 [[nodiscard]] inline value_type readNext(const CharT *&memory) { in readNext()
91 inline void write(void *memory, value_type value, endianness endian) { in write()
101 inline void write(void *memory, value_type value) { in write()
109 inline void writeNext(CharT *&memory, value_type value, endianness endian) { in writeNext()
116 inline void writeNext(CharT *&memory, value_type value) { in writeNext()
126 [[nodiscard]] inline value_type readAtBitAlignment(const void *memory, in readAtBitAlignment()
161 inline void writeAtBitAlignment(void *memory, value_type value, in writeAtBitAlignment()
/prebuilts/vndk/v30/x86_64/include/system/core/libunwindstack/include/unwindstack/
DElfInterface.h52 ElfInterface(Memory* memory) : memory_(memory) {} in ElfInterface()
73 Memory* memory() { return memory_; } in memory() function
188 ElfInterface32(Memory* memory) : ElfInterface(memory) {} in ElfInterface32()
209 static void GetMaxSize(Memory* memory, uint64_t* size) { in GetMaxSize()
216 ElfInterface64(Memory* memory) : ElfInterface(memory) {} in ElfInterface64()
237 static void GetMaxSize(Memory* memory, uint64_t* size) { in GetMaxSize()
/prebuilts/vndk/v30/arm/include/system/core/libunwindstack/include/unwindstack/
DElfInterface.h52 ElfInterface(Memory* memory) : memory_(memory) {} in ElfInterface()
73 Memory* memory() { return memory_; } in memory() function
188 ElfInterface32(Memory* memory) : ElfInterface(memory) {} in ElfInterface32()
209 static void GetMaxSize(Memory* memory, uint64_t* size) { in GetMaxSize()
216 ElfInterface64(Memory* memory) : ElfInterface(memory) {} in ElfInterface64()
237 static void GetMaxSize(Memory* memory, uint64_t* size) { in GetMaxSize()
/prebuilts/vndk/v30/arm64/include/system/core/libunwindstack/include/unwindstack/
DElfInterface.h52 ElfInterface(Memory* memory) : memory_(memory) {} in ElfInterface()
73 Memory* memory() { return memory_; } in memory() function
188 ElfInterface32(Memory* memory) : ElfInterface(memory) {} in ElfInterface32()
209 static void GetMaxSize(Memory* memory, uint64_t* size) { in GetMaxSize()
216 ElfInterface64(Memory* memory) : ElfInterface(memory) {} in ElfInterface64()
237 static void GetMaxSize(Memory* memory, uint64_t* size) { in GetMaxSize()
DElf.h53 Elf(Memory* memory) : memory_(memory) {} in Elf()
94 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v30/x86/include/system/core/libunwindstack/include/unwindstack/
DElfInterface.h52 ElfInterface(Memory* memory) : memory_(memory) {} in ElfInterface()
73 Memory* memory() { return memory_; } in memory() function
188 ElfInterface32(Memory* memory) : ElfInterface(memory) {} in ElfInterface32()
209 static void GetMaxSize(Memory* memory, uint64_t* size) { in GetMaxSize()
216 ElfInterface64(Memory* memory) : ElfInterface(memory) {} in ElfInterface64()
237 static void GetMaxSize(Memory* memory, uint64_t* size) { in GetMaxSize()
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DEndian.h58 [[nodiscard]] inline value_type read(const void *memory, endianness endian) { in read()
69 [[nodiscard]] inline value_type read(const void *memory) { in read()
76 [[nodiscard]] inline value_type readNext(const CharT *&memory, in readNext()
85 [[nodiscard]] inline value_type readNext(const CharT *&memory) { in readNext()
91 inline void write(void *memory, value_type value, endianness endian) { in write()
101 inline void write(void *memory, value_type value) { in write()
111 [[nodiscard]] inline value_type readAtBitAlignment(const void *memory, in readAtBitAlignment()
146 inline void writeAtBitAlignment(void *memory, value_type value, in writeAtBitAlignment()
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DEndian.h58 [[nodiscard]] inline value_type read(const void *memory, endianness endian) { in read()
69 [[nodiscard]] inline value_type read(const void *memory) { in read()
76 [[nodiscard]] inline value_type readNext(const CharT *&memory, in readNext()
85 [[nodiscard]] inline value_type readNext(const CharT *&memory) { in readNext()
91 inline void write(void *memory, value_type value, endianness endian) { in write()
101 inline void write(void *memory, value_type value) { in write()
111 [[nodiscard]] inline value_type readAtBitAlignment(const void *memory, in readAtBitAlignment()
146 inline void writeAtBitAlignment(void *memory, value_type value, in writeAtBitAlignment()
/prebuilts/vndk/v33/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h44 Elf(Memory* memory) : memory_(memory) {} in Elf()
90 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v33/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h44 Elf(Memory* memory) : memory_(memory) {} in Elf()
90 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v33/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h44 Elf(Memory* memory) : memory_(memory) {} in Elf()
90 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v33/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h44 Elf(Memory* memory) : memory_(memory) {} in Elf()
90 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v32/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h45 Elf(Memory* memory) : memory_(memory) {} in Elf()
89 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v34/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h48 Elf(Memory* memory) : memory_(memory) {} in Elf()
94 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v34/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h48 Elf(Memory* memory) : memory_(memory) {} in Elf()
94 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v34/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h48 Elf(Memory* memory) : memory_(memory) {} in Elf()
94 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v34/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h48 Elf(Memory* memory) : memory_(memory) {} in Elf()
94 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v31/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h45 Elf(Memory* memory) : memory_(memory) {} in Elf()
89 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v32/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h45 Elf(Memory* memory) : memory_(memory) {} in Elf()
89 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v32/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h45 Elf(Memory* memory) : memory_(memory) {} in Elf()
89 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v31/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h45 Elf(Memory* memory) : memory_(memory) {} in Elf()
89 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v32/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h45 Elf(Memory* memory) : memory_(memory) {} in Elf()
89 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v31/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h45 Elf(Memory* memory) : memory_(memory) {} in Elf()
89 Memory* memory() { return memory_.get(); } in memory() function
/prebuilts/vndk/v31/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h45 Elf(Memory* memory) : memory_(memory) {} in Elf()
89 Memory* memory() { return memory_.get(); } in memory() function

12345678910>>...19