HomeSort by relevance Sort by last modified time
    Searched refs:NumRecordsOffset (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/Object/
StackMapParser.h 333 return read<uint32_t>(&StackMapSection[NumRecordsOffset]);
420 static const unsigned NumRecordsOffset = NumConstantsOffset + sizeof(uint32_t);
421 static const unsigned FunctionListOffset = NumRecordsOffset + sizeof(uint32_t);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 338 return read<uint32_t>(&StackMapSection[NumRecordsOffset]);
425 static const unsigned NumRecordsOffset = NumConstantsOffset + sizeof(uint32_t);
426 static const unsigned FunctionListOffset = NumRecordsOffset + sizeof(uint32_t);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 338 return read<uint32_t>(&StackMapSection[NumRecordsOffset]);
425 static const unsigned NumRecordsOffset = NumConstantsOffset + sizeof(uint32_t);
426 static const unsigned FunctionListOffset = NumRecordsOffset + sizeof(uint32_t);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 338 return read<uint32_t>(&StackMapSection[NumRecordsOffset]);
425 static const unsigned NumRecordsOffset = NumConstantsOffset + sizeof(uint32_t);
426 static const unsigned FunctionListOffset = NumRecordsOffset + sizeof(uint32_t);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 338 return read<uint32_t>(&StackMapSection[NumRecordsOffset]);
425 static const unsigned NumRecordsOffset = NumConstantsOffset + sizeof(uint32_t);
426 static const unsigned FunctionListOffset = NumRecordsOffset + sizeof(uint32_t);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 338 return read<uint32_t>(&StackMapSection[NumRecordsOffset]);
425 static const unsigned NumRecordsOffset = NumConstantsOffset + sizeof(uint32_t);
426 static const unsigned FunctionListOffset = NumRecordsOffset + sizeof(uint32_t);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 338 return read<uint32_t>(&StackMapSection[NumRecordsOffset]);
425 static const unsigned NumRecordsOffset = NumConstantsOffset + sizeof(uint32_t);
426 static const unsigned FunctionListOffset = NumRecordsOffset + sizeof(uint32_t);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 338 return read<uint32_t>(&StackMapSection[NumRecordsOffset]);
425 static const unsigned NumRecordsOffset = NumConstantsOffset + sizeof(uint32_t);
426 static const unsigned FunctionListOffset = NumRecordsOffset + sizeof(uint32_t);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 338 return read<uint32_t>(&StackMapSection[NumRecordsOffset]);
425 static const unsigned NumRecordsOffset = NumConstantsOffset + sizeof(uint32_t);
426 static const unsigned FunctionListOffset = NumRecordsOffset + sizeof(uint32_t);

Completed in 143 milliseconds