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
202
outs() << "AddressSize: " << (8*Obj->
getBytesInAddress
()) << "bit\n";
ELFDumper.cpp
779
bool Is64 = Obj->
getBytesInAddress
() == 8;
/external/llvm/include/llvm/Object/
MachO.h
127
virtual uint8_t
getBytesInAddress
() const;
COFF.h
279
virtual uint8_t
getBytesInAddress
() const;
ObjectFile.h
370
virtual uint8_t
getBytesInAddress
() const = 0;
ELF.h
[
all
...]
/external/llvm/lib/DebugInfo/
DWARFContext.cpp
532
AddressSize(Obj->
getBytesInAddress
()) {
/external/llvm/lib/Object/
COFFObjectFile.cpp
573
uint8_t COFFObjectFile::
getBytesInAddress
() const {
MachOObjectFile.cpp
[
all
...]
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
704
const char *Fmt = o->
getBytesInAddress
() > 4 ? "%016" PRIx64 :
Completed in 561 milliseconds