HomeSort by relevance Sort by last modified time
    Searched refs:getU8 (Results 1 - 25 of 36) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataExtractor.h 145 uint8_t getU8(uint32_t *offset_ptr) const;
170 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /external/llvm/lib/Support/
DataExtractor.cpp 50 uint8_t DataExtractor::getU8(uint32_t *offset_ptr) const {
55 DataExtractor::getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const {
95 return getU8(offset_ptr);
110 return (int8_t)getU8(offset_ptr);
  /external/swiftshader/third_party/LLVM/lib/Support/
DataExtractor.cpp 50 uint8_t DataExtractor::getU8(uint32_t *offset_ptr) const {
55 DataExtractor::getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const {
95 return getU8(offset_ptr);
110 return (int8_t)getU8(offset_ptr);
  /external/llvm/include/llvm/Support/
DataExtractor.h 147 uint8_t getU8(uint32_t *offset_ptr) const;
172 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugArangeSet.cpp 46 HeaderData.AddrSize = data.getU8(offset_ptr);
47 HeaderData.SegSize = data.getU8(offset_ptr);
DWARFDebugFrame.cpp 106 uint8_t Opcode = Data.getU8(Offset);
141 addInstruction(Opcode, Data.getU8(Offset));
469 uint8_t c = Data.getU8(&Offset);
552 uint8_t Version = Data.getU8(&Offset);
556 Data.getU8(&Offset);
558 uint8_t SegmentDescriptorSize = Version < 4 ? 0 : Data.getU8(&Offset);
581 LSDAPointerEncoding = Data.getU8(&Offset);
586 PersonalityEncoding = Data.getU8(&Offset);
591 FDEPointerEncoding = Data.getU8(&Offset);
DWARFDebugLine.cpp 86 MinInstLength = debug_line_data.getU8(offset_ptr);
88 MaxOpsPerInst = debug_line_data.getU8(offset_ptr);
89 DefaultIsStmt = debug_line_data.getU8(offset_ptr);
90 LineBase = debug_line_data.getU8(offset_ptr);
91 LineRange = debug_line_data.getU8(offset_ptr);
92 OpcodeBase = debug_line_data.getU8(offset_ptr);
96 uint8_t op_len = debug_line_data.getU8(offset_ptr);
265 uint8_t opcode = debug_line_data.getU8(offset_ptr);
274 uint8_t sub_opcode = debug_line_data.getU8(offset_ptr);
DWARFAbbreviationDeclaration.cpp 36 uint8_t ChildrenByte = Data.getU8(OffsetPtr);
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugLine.cpp 144 prologue->MinInstLength = debug_line_data.getU8(offset_ptr);
145 prologue->DefaultIsStmt = debug_line_data.getU8(offset_ptr);
146 prologue->LineBase = debug_line_data.getU8(offset_ptr);
147 prologue->LineRange = debug_line_data.getU8(offset_ptr);
148 prologue->OpcodeBase = debug_line_data.getU8(offset_ptr);
152 uint8_t op_len = debug_line_data.getU8(offset_ptr);
205 uint8_t opcode = debug_line_data.getU8(offset_ptr);
214 uint8_t sub_opcode = debug_line_data.getU8(offset_ptr);
DWARFCompileUnit.cpp 35 AddrSize = debug_info.getU8(offset_ptr);
66 AddrSize = debug_info_data.getU8 (&offset);
DWARFDebugArangeSet.cpp 72 Header.AddrSize = data.getU8(offset_ptr);
73 Header.SegSize = data.getU8(offset_ptr);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataExtractor.h 147 uint8_t getU8(uint32_t *offset_ptr) const;
172 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
DataExtractor.h 169 uint8_t getU8(uint32_t *offset_ptr) const;
194 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
DataExtractor.h 169 uint8_t getU8(uint32_t *offset_ptr) const;
194 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataExtractor.h 147 uint8_t getU8(uint32_t *offset_ptr) const;
172 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
DataExtractor.h 169 uint8_t getU8(uint32_t *offset_ptr) const;
194 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
DataExtractor.h 169 uint8_t getU8(uint32_t *offset_ptr) const;
194 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
DataExtractor.h 193 uint8_t getU8(uint32_t *offset_ptr) const;
218 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
DataExtractor.h 193 uint8_t getU8(uint32_t *offset_ptr) const;
218 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
DataExtractor.h 193 uint8_t getU8(uint32_t *offset_ptr) const;
218 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
DataExtractor.h 193 uint8_t getU8(uint32_t *offset_ptr) const;
218 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
DataExtractor.h 193 uint8_t getU8(uint32_t *offset_ptr) const;
218 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
DataExtractor.h 193 uint8_t getU8(uint32_t *offset_ptr) const;
218 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
DataExtractor.h 193 uint8_t getU8(uint32_t *offset_ptr) const;
218 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
DataExtractor.h 193 uint8_t getU8(uint32_t *offset_ptr) const;
218 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;

Completed in 760 milliseconds

1 2