| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | RelocVisitor.h | 64 if (ObjToVisit.getBytesInAddress() == 8) { // 64-bit object file in visitELF() 93 assert(ObjToVisit.getBytesInAddress() == 4 && in visitELF()
|
| H A D | Wasm.h | 199 uint8_t getBytesInAddress() const override;
|
| H A D | ObjectFile.h | 298 virtual uint8_t getBytesInAddress() const = 0;
|
| H A D | ELFObjectFile.h | 378 uint8_t getBytesInAddress() const override; 1015 uint8_t ELFObjectFile<ELFT>::getBytesInAddress() const { in getBytesInAddress() function
|
| H A D | MachO.h | 365 uint8_t getBytesInAddress() const override;
|
| H A D | COFF.h | 939 uint8_t getBytesInAddress() const override;
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | TestingSupport.cpp | 42 auto BytesInAddress = OF->getBytesInAddress(); in convertForTestingMain()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 64 Obj->getBytesInAddress())); in create()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1379 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "\t\t%016" PRIx64 ": " : in disassembleObject() 1869 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : in printRelocations() 1913 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64; in printDynamicRelocations() 2060 const char *Fmt = O->getBytesInAddress() > 4 ? "%016" PRIx64 : in printSymbolTable() 2292 StringRef Fmt = O->getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64; in printFileHeaders()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 192 if (Obj.getBytesInAddress() == 4 && Obj.isLittleEndian()) in createELFDebugObject() 195 else if (Obj.getBytesInAddress() == 4 && !Obj.isLittleEndian()) in createELFDebugObject() 198 else if (Obj.getBytesInAddress() == 8 && !Obj.isLittleEndian()) in createELFDebugObject() 201 else if (Obj.getBytesInAddress() == 8 && Obj.isLittleEndian()) in createELFDebugObject()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 881 uint8_t COFFObjectFile::getBytesInAddress() const { in getBytesInAddress() function in COFFObjectFile 1336 if (Object->getBytesInAddress() == 4) { in makeImportedSymbolIterator() 1357 if (Object->getBytesInAddress() == 4) { in importedSymbolEnd()
|
| H A D | WasmObjectFile.cpp | 1423 uint8_t WasmObjectFile::getBytesInAddress() const { return 4; } in getBytesInAddress() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 2476 uint8_t MachOObjectFile::getBytesInAddress() const { in getBytesInAddress() function in MachOObjectFile
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 443 formatv("{0}bit", 8 * Obj->getBytesInAddress())); in dumpObject()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 178 uint8_t BytesInAddress = Obj->getBytesInAddress(); in dumpCXXData()
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 658 BytesInAddress = OF->getBytesInAddress(); in loadBinaryFormat()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1382 AddressSize(Obj.getBytesInAddress()), FileName(Obj.getFileName()), in DWARFObjInMemory()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 315 return cast<ELFObjectFileBase>(Obj).getBytesInAddress() == 8; in isSymbolList64Bit()
|