OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBytesInAddress
(Results
1 - 10
of
10
) sorted by null
/external/llvm/tools/llvm-readobj/
llvm-readobj.cpp
229
outs() << "AddressSize: " << (8*Obj->
getBytesInAddress
()) << "bit\n";
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
393
StringRef Fmt = Obj->
getBytesInAddress
() > 4 ? "\t\t%016" PRIx64 ": " :
562
StringRef Fmt = Obj->
getBytesInAddress
() > 4 ? "%016" PRIx64 :
772
const char *Fmt = o->
getBytesInAddress
() > 4 ? "%016" PRIx64 :
/external/llvm/include/llvm/Object/
MachO.h
144
uint8_t
getBytesInAddress
() const override;
COFF.h
435
uint8_t
getBytesInAddress
() const override;
ObjectFile.h
321
virtual uint8_t
getBytesInAddress
() const = 0;
ELFObjectFile.h
200
uint8_t
getBytesInAddress
() const override;
866
uint8_t ELFObjectFile<ELFT>::
getBytesInAddress
() const {
[
all
...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp
191
if (ObjFile->
getBytesInAddress
() == 4 && ObjFile->isLittleEndian()) {
197
} else if (ObjFile->
getBytesInAddress
() == 4 && !ObjFile->isLittleEndian()) {
202
} else if (ObjFile->
getBytesInAddress
() == 8 && !ObjFile->isLittleEndian()) {
207
} else if (ObjFile->
getBytesInAddress
() == 8 && ObjFile->isLittleEndian()) {
[
all
...]
/external/llvm/lib/DebugInfo/
DWARFContext.cpp
626
AddressSize(Obj->
getBytesInAddress
()) {
/external/llvm/lib/Object/
COFFObjectFile.cpp
665
uint8_t COFFObjectFile::
getBytesInAddress
() const {
[
all
...]
MachOObjectFile.cpp
[
all
...]
Completed in 981 milliseconds