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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataExtractor.h 313 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /external/llvm/unittests/Support/
DataExtractorTest.cpp 108 EXPECT_EQ(-7002LL, DE.getSLEB128(&offset));
116 EXPECT_EQ(-29839268287359830LL, BDE.getSLEB128(&offset));
  /external/llvm/include/llvm/Support/
DataExtractor.h 315 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataExtractor.h 315 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
DataExtractor.h 337 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
DataExtractor.h 337 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataExtractor.h 315 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
DataExtractor.h 337 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
DataExtractor.h 337 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /external/libunwind_llvm/src/
AddressSpace.hpp 179 static int64_t getSLEB128(pint_t &addr, pint_t end);
225 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) {
278 result = (pint_t)getSLEB128(addr, end);
558 int64_t getSLEB128(pint_t &addr, pint_t end);
603 int64_t RemoteAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) {
607 uint64_t result = LocalAddressSpace::getSLEB128(laddr, laddr + size);
DwarfParser.hpp 297 cieInfo->dataAlignFactor = (int)addressSpace.getSLEB128(p, cieContentEnd);
577 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor;
587 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor;
601 (addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor);
631 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor;
DwarfInstructions.hpp 341 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd);
691 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd);
700 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
DataExtractor.h 378 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
DataExtractor.h 378 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
DataExtractor.h 378 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
DataExtractor.h 378 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
DataExtractor.h 378 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
DataExtractor.h 378 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
DataExtractor.h 378 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
DataExtractor.h 378 int64_t getSLEB128(uint32_t *offset_ptr) const;
  /external/llvm/lib/Support/
DataExtractor.cpp 152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const {
  /external/swiftshader/third_party/LLVM/lib/Support/
DataExtractor.cpp 152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const {
  /external/swiftshader/third_party/LLVM/unittests/Support/
DataExtractorTest.cpp 107 EXPECT_EQ(-7002LL, DE.getSLEB128(&offset));
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 161 addInstruction(Opcode, Data.getSLEB128(Offset));
182 auto op2 = (uint64_t)Data.getSLEB128(Offset);
560 int64_t DataAlignmentFactor = Data.getSLEB128(&Offset);
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFFormValue.cpp 130 Value.sval = data.getSLEB128(offset_ptr);

Completed in 347 milliseconds

1 2