Searched refs:getAddressSize (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp26 AddressSize = data.getAddressSize();
H A DDWARFDebugFrame.cpp482 return Data.getAddressSize();
555 uint8_t AddressSize = Version < 4 ? Data.getAddressSize() :
H A DDWARFContext.cpp364 getAddressSize());
375 getAddressSize());
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataExtractor.h34 /// getAddressSize - Get the address size for this extractor.
35 uint8_t getAddressSize() const { return PointerSize; } function in class:llvm::DataExtractor
/external/llvm/include/llvm/Support/
H A DDataExtractor.h35 uint8_t getAddressSize() const { return AddressSize; } function in class:llvm::DataExtractor
117 /// is \a getAddressSize(), so the address size has to be
352 /// \a offset. The size of a pointer is \a getAddressSize().
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h189 virtual uint8_t getAddressSize() const = 0;
283 uint8_t getAddressSize() const override { return AddressSize; }
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp2749 Data = DataExtractor(DIECopy, Data.isLittleEndian(), Data.getAddressSize());

Completed in 1120 milliseconds