Home
last modified time | relevance | path

Searched refs:Is64 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp711 uint64_t Value, bool Is64, raw_ostream &OS) { in printValue() argument
779 bool Is64 = Obj->getBytesInAddress() == 8; in printDynamicTable() local
782 << " Tag" << (Is64 ? " " : " ") << "Type" in printDynamicTable()
787 << format(Is64 ? "0x%016" PRIX64 : "0x%08" PRIX64, Start->getTag()) in printDynamicTable()
789 printValue(Obj, Start->getTag(), Start->getVal(), Is64, OS); in printDynamicTable()
/external/llvm/lib/Object/
DMachOObjectFile.cpp241 bool Is64 = O->is64Bit(); in getSectionPtr() local
242 unsigned SegmentLoadSize = Is64 ? sizeof(macho::Segment64LoadCommand) : in getSectionPtr()
244 unsigned SectionSize = Is64 ? sizeof(macho::Section64) : in getSectionPtr()