OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Is64
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
711
uint64_t Value, bool
Is64
, raw_ostream &OS) {
779
bool
Is64
= Obj->getBytesInAddress() == 8;
782
<< " Tag" << (
Is64
? " " : " ") << "Type"
787
<< format(
Is64
? "0x%016" PRIX64 : "0x%08" PRIX64, Start->getTag())
789
printValue(Obj, Start->getTag(), Start->getVal(),
Is64
, OS);
/external/llvm/lib/Object/
MachOObjectFile.cpp
241
bool
Is64
= O->is64Bit();
242
unsigned SegmentLoadSize =
Is64
? sizeof(macho::Segment64LoadCommand) :
244
unsigned SectionSize =
Is64
? sizeof(macho::Section64) :
[
all
...]
Completed in 53 milliseconds