HomeSort by: relevance | last modified time | path
    Searched defs:getAddressSize (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAddr.h 88 uint8_t getAddressSize() const { return AddrSize; }
DWARFObject.h 34 virtual uint8_t getAddressSize() const { llvm_unreachable("unimplemented"); }
DWARFDebugLine.h 101 uint8_t getAddressSize() const { return FormParams.AddrSize; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DataExtractor.h 96 uint8_t getAddressSize() const { return AddressSize; }
310 /// is \a getAddressSize(), so the address size has to be
674 /// \a offset. The size of a pointer is \a getAddressSize().

Completed in 38 milliseconds