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

1 2

  /external/llvm/lib/DebugInfo/DWARF/
DWARFCompileUnit.cpp 21 << " addr_size = " << format("0x%02x", getAddressByteSize())
DWARFTypeUnit.cpp 30 << " addr_size = " << format("0x%02x", getAddressByteSize())
DWARFFormValue.cpp 150 ? cu->getAddressByteSize()
151 : getRefAddrSize(cu->getAddressByteSize(), cu->getVersion());
265 cu->getAddressByteSize());
DWARFDebugInfoEntry.cpp 177 dumpRanges(OS, getAddressRanges(u), u->getAddressByteSize(),
204 U->getAddressByteSize(), U->getVersion());
DWARFContext.cpp 155 savedAddressByteSize = CU->getAddressByteSize();
327 Loc->parse(LocData, getCompileUnitAtIndex(0)->getAddressByteSize());
412 U->getAddressByteSize());
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFCompileUnit.h 66 uint8_t getAddressByteSize() const { return AddrSize; }
DWARFCompileUnit.cpp 21 Context.isLittleEndian(), getAddressByteSize());
153 DWARFFormValue::getFixedFormSizesForAddressSize(getAddressByteSize());
DWARFContext.cpp 41 cu->getAddressByteSize());
98 cu->getAddressByteSize());
DWARFFormValue.cpp 94 Value.uval = data.getUnsigned(offset_ptr, cu->getAddressByteSize());
211 *offset_ptr += cu->getAddressByteSize();
DWARFDebugInfoEntry.cpp 150 form_size = cu->getAddressByteSize();
215 const uint8_t cu_addr_size = cu->getAddressByteSize();
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 197 uint8_t getAddressByteSize() const { return AddrSize; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 227 uint8_t getAddressByteSize() const { return AddrSize; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 234 uint8_t getAddressByteSize() const { return AddrSize; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 234 uint8_t getAddressByteSize() const { return AddrSize; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 227 uint8_t getAddressByteSize() const { return AddrSize; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 234 uint8_t getAddressByteSize() const { return AddrSize; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 234 uint8_t getAddressByteSize() const { return AddrSize; }
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 686 Asm->EmitInt8(Unit.getOrigUnit().getAddressByteSize());
757 unsigned AddressSize = Unit.getOrigUnit().getAddressByteSize();
844 unsigned AddressSize = Unit.getOrigUnit().getAddressByteSize();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 278 uint8_t getAddressByteSize() const { return FormParams.AddrSize; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 278 uint8_t getAddressByteSize() const { return FormParams.AddrSize; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 278 uint8_t getAddressByteSize() const { return FormParams.AddrSize; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 278 uint8_t getAddressByteSize() const { return FormParams.AddrSize; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 278 uint8_t getAddressByteSize() const { return FormParams.AddrSize; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 278 uint8_t getAddressByteSize() const { return FormParams.AddrSize; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 278 uint8_t getAddressByteSize() const { return FormParams.AddrSize; }

Completed in 395 milliseconds

1 2