Searched refs:getAddressSize (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 88 OS << format(" address_size: %u\n", getAddressSize()) in dump() 303 assert((DebugLineData.getAddressSize() == 0 || in parse() 304 DebugLineData.getAddressSize() == getAddressSize()) && in parse() 498 if (DebugLineData.getAddressSize() == 0) in parse() 499 DebugLineData.setAddressSize(Prologue.getAddressSize()); in parse() 501 assert(Prologue.getAddressSize() == 0 || in parse() 502 Prologue.getAddressSize() == DebugLineData.getAddressSize()); in parse() 560 if (DebugLineData.getAddressSize() == 0) in parse() 562 else if (DebugLineData.getAddressSize() != Len - 1) { in parse() 566 ExtOffset, DebugLineData.getAddressSize(), in parse()
|
| H A D | DWARFDataExtractor.cpp | 41 switch (getAddressSize()) { in getEncodedPointer() 45 Result = getUnsigned(Offset, getAddressSize()); in getEncodedPointer()
|
| H A D | DWARFDebugLoc.cpp | 96 if (!Data.isValidOffsetForDataOfSize(*Offset, 2 * Data.getAddressSize())) { in parseOneLocationList() 134 AddressSize = data.getAddressSize(); in parse() 137 while (data.isValidOffset(Offset + data.getAddressSize() - 1)) { in parse() 203 AddressSize = data.getAddressSize(); in parse()
|
| H A D | DWARFDebugFrame.cpp | 133 Data.isLittleEndian(), Data.getAddressSize()); in parse() 135 Extractor, Data.getAddressSize(), dwarf::DWARF_VERSION); in parse() 146 Data.isLittleEndian(), Data.getAddressSize()); in parse() 148 Extractor, Data.getAddressSize(), dwarf::DWARF_VERSION); in parse() 394 uint8_t AddressSize = Version < 4 ? Data.getAddressSize() : in parse()
|
| H A D | DWARFDebugRnglists.cpp | 75 if ((End - *OffsetPtr) < Data.getAddressSize()) in extract() 84 if ((End - *OffsetPtr) < unsigned(Data.getAddressSize() * 2)) in extract()
|
| H A D | DWARFDie.cpp | 100 Obj.getAddressSize()); in dumpLocation() 106 LL->dump(OS, Ctx.isLittleEndian(), Obj.getAddressSize(), MRI, BaseAddr, in dumpLocation() 119 Obj.getAddressSize()); in dumpLocation() 133 LL->dump(OS, BaseAddr, Ctx.isLittleEndian(), Obj.getAddressSize(), MRI, in dumpLocation()
|
| H A D | DWARFDebugRangeList.cpp | 33 AddressSize = data.getAddressSize(); in extract()
|
| H A D | DWARFContext.cpp | 769 isLittleEndian(), DObj->getAddressSize()); in getDebugFrame() 780 DObj->getAddressSize()); in getEHFrame() 1628 uint8_t getAddressSize() const override { return AddressSize; } in getAddressSize() function in __anonf3f23cd30d11::DWARFObjInMemory
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractor.h | 45 return getRelocatedValue(getAddressSize(), Off, SecIx);
|
| H A D | DWARFObject.h | 35 virtual uint8_t getAddressSize() const { llvm_unreachable("unimplemented"); } in getAddressSize() function
|
| H A D | DWARFDebugLine.h | 101 uint8_t getAddressSize() const { return FormParams.AddrSize; } in getAddressSize() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | DataExtractor.h | 59 uint8_t getAddressSize() const { return AddressSize; } in getAddressSize() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 833 uint16_t getAddressSize() const { return AddrSize; } in getAddressSize() function
|