Home
last modified time | relevance | path

Searched defs:is64 (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h38 bool is64; variable
H A DWebAssemblyAsmTypeCheck.cpp47 bool is64) in WebAssemblyAsmTypeCheck() argument
H A DWebAssemblyAsmParser.cpp239 bool is64; global() member in __anon507efb2e0111::WebAssemblyAsmParser
/freebsd-src/stand/efi/loader/
H A Dbootinfo.c342 bool is64 = sizeof(long) == 8; bi_load() local
/freebsd-src/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c32 _dwarf_get_reloc_type(Dwarf_P_Debug dbg, int is64) in _dwarf_get_reloc_type()
/freebsd-src/sys/contrib/dev/iwlwifi/
H A Diwl-io.c257 bool is64; member
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DConfig.h114 bool is64() const { return llvm::COFF::is64Bit(machine); } in is64() function
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3801 rebaseTable(Error & Err,MachOObjectFile * O,ArrayRef<uint8_t> Opcodes,bool is64) rebaseTable() argument
4460 bindTable(Error & Err,MachOObjectFile * O,ArrayRef<uint8_t> Opcodes,bool is64,MachOBindEntry::Kind BKind) bindTable() argument
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DConfig.h363 bool is64; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1165 bool is64() const { return PE32PlusHeader; } in is64() function