OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Is64Bits
(Results
1 - 4
of
4
) sorted by null
/external/llvm/tools/llvm-objdump/
ELFDump.cpp
58
const char *Fmt = ELFT::
Is64Bits
? "0x%016" PRIx64 " " : "0x%08" PRIx64 " ";
/external/llvm/include/llvm/Object/
MachO.h
61
MachOObjectFile(MemoryBuffer *Object, bool IsLittleEndian, bool
Is64Bits
,
ELF.h
40
template<endianness target_endianness, std::size_t max_alignment, bool
is64Bits
>
44
static const bool
Is64Bits
=
is64Bits
;
62
// Templates to choose Elf_Addr and Elf_Off depending on
is64Bits
.
126
ELFT::
Is64Bits
)
[
all
...]
/external/llvm/tools/yaml2obj/
yaml2elf.cpp
255
Header.e_ident[EI_CLASS] = ELFT::
Is64Bits
? ELFCLASS64 : ELFCLASS32;
Completed in 105 milliseconds