OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBytesInAddress
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
TestingSupport.cpp
43
auto BytesInAddress = OF->
getBytesInAddress
();
/src/external/apache2/llvm/dist/llvm/lib/Object/
RelocationResolver.cpp
656
if (Obj.
getBytesInAddress
() == 8) {
686
assert(Obj.
getBytesInAddress
() == 4 &&
COFFObjectFile.cpp
937
uint8_t COFFObjectFile::
getBytesInAddress
() const {
1341
if (Object->
getBytesInAddress
() == 4) {
1364
if (Object->
getBytesInAddress
() == 4) {
XCOFFObjectFile.cpp
434
uint8_t XCOFFObjectFile::
getBytesInAddress
() const { return is64Bit() ? 8 : 4; }
WasmObjectFile.cpp
1748
uint8_t WasmObjectFile::
getBytesInAddress
() const {
MachOObjectFile.cpp
2551
uint8_t MachOObjectFile::
getBytesInAddress
() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h
206
uint8_t
getBytesInAddress
() const override;
XCOFFObjectFile.h
315
uint8_t
getBytesInAddress
() const override;
ObjectFile.h
325
virtual uint8_t
getBytesInAddress
() const = 0;
ELFObjectFile.h
429
uint8_t
getBytesInAddress
() const override;
1152
uint8_t ELFObjectFile<ELFT>::
getBytesInAddress
() const {
MachO.h
363
uint8_t
getBytesInAddress
() const override;
COFF.h
986
uint8_t
getBytesInAddress
() const override;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp
52
Obj->
getBytesInAddress
()));
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp
1059
bool Is64Bits = Obj->
getBytesInAddress
() > 4;
1639
StringRef Fmt = Obj->
getBytesInAddress
() > 4 ? "%016" PRIx64 :
1666
uint32_t OffsetPadding = (Obj->
getBytesInAddress
() > 4 ? 16 : 8);
1707
StringRef Fmt = Obj->
getBytesInAddress
() > 4 ? "%016" PRIx64 : "%08" PRIx64;
1745
size_t AddressWidth = 2 * Obj->
getBytesInAddress
();
1938
const char *Fmt = O->
getBytesInAddress
() > 4 ? "%016" PRIx64 : "%08" PRIx64;
2121
StringRef Fmt = O->
getBytesInAddress
() > 4 ? "%016" PRIx64 : "%08" PRIx64;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp
188
if (Obj.
getBytesInAddress
() == 4 && Obj.isLittleEndian())
191
else if (Obj.
getBytesInAddress
() == 4 && !Obj.isLittleEndian())
194
else if (Obj.
getBytesInAddress
() == 8 && !Obj.isLittleEndian())
197
else if (Obj.
getBytesInAddress
() == 8 && Obj.isLittleEndian())
/src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp
186
uint8_t BytesInAddress = Obj->
getBytesInAddress
();
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
llvm-readobj.cpp
492
std::string(formatv("{0}bit", 8 * Obj.
getBytesInAddress
())));
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp
973
uint8_t BytesInAddress = OF->
getBytesInAddress
();
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp
1657
AddressSize(Obj.
getBytesInAddress
()), FileName(Obj.getFileName()),
/src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp
370
return cast<ELFObjectFileBase>(Obj).
getBytesInAddress
() == 8;
Completed in 68 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026