HomeSort by: relevance | last modified time | path
    Searched refs:computeTombstoneAddress (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugRangeList.cpp 75 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressSize) - 1;
DWARFDebugRnglists.cpp 100 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressByteSize);
202 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddrSize);
DWARFDie.cpp 274 dwarf::computeTombstoneAddress(U->getAddressByteSize()))) {
428 uint64_t Tombstone = dwarf::computeTombstoneAddress(U->getAddressByteSize());
DWARFDebugLine.cpp 892 dwarf::computeTombstoneAddress(OpcodeAddressSize);
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Dwarf.h 772 inline uint64_t computeTombstoneAddress(uint8_t AddressByteSize) {

Completed in 21 milliseconds