Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h38 bool is64; variable
H A DWebAssemblyAsmTypeCheck.cpp47 bool is64) in WebAssemblyAsmTypeCheck()
H A DWebAssemblyAsmParser.cpp182 bool is64) { in GetOrCreateFunctionTableSymbol()
236 bool is64; member in __anon9b7df71c0111::WebAssemblyAsmParser
/freebsd/stand/efi/loader/
H A Dbootinfo.c345 bool is64 = true; in bi_load() local
347 bool is64 = sizeof(long) == 8; in bi_load() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.cpp111 bool is64 = Subtarget && Subtarget->getTargetTriple().isArch64Bit(); in getOrCreateFunctionTableSymbol() local
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c32 _dwarf_get_reloc_type(Dwarf_P_Debug dbg, int is64) in _dwarf_get_reloc_type()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h118 void setFunctionTable(bool is64) { in setFunctionTable()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-io.c257 bool is64; member
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h114 bool is64() const { return llvm::COFF::is64Bit(machine); } in is64() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3803 ArrayRef<uint8_t> Opcodes, bool is64) { in rebaseTable()
4464 ArrayRef<uint8_t> Opcodes, bool is64, in bindTable()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h380 bool is64; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1165 bool is64() const { return PE32PlusHeader; } in is64() function