Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h35 bool is64; variable
H A DWebAssemblyAsmTypeCheck.cpp48 const MCInstrInfo &MII, bool is64) in WebAssemblyAsmTypeCheck()
H A DWebAssemblyAsmParser.cpp239 bool is64; member in __anoncf9387500111::WebAssemblyAsmParser
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp58 StringRef lcRange, unsigned lcCount, bool isBig, bool is64, in forEachLoadCommand()
121 static bool isMachOHeader(const mach_header *mh, bool &is64, bool &isBig) { in isMachOHeader()
159 bool is64, isBig; in isThinObjectFile() local
222 bool is64, isBig; in readBinary() local
H A DStubsPass.cpp36 LazyPointerAtom(const File &file, bool is64) in LazyPointerAtom()
72 NonLazyPointerAtom(const File &file, bool is64, ContentType contentType) in NonLazyPointerAtom()
H A DTLVPass.cpp29 TLVPEntryAtom(const File &file, bool is64, StringRef name) in TLVPEntryAtom()
H A DGOTPass.cpp53 GOTEntryAtom(const File &file, bool is64, StringRef name) in GOTEntryAtom()
H A DMachONormalizedFileToAtoms.cpp388 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); in processSection() local
828 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); in dataExtractorFromSection() local
991 static int64_t readSPtr(bool is64, bool isBig, const uint8_t *addr) { in readSPtr()
1101 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); in processCIE() local
1185 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); in processFDE() local
/freebsd-13.1/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c32 _dwarf_get_reloc_type(Dwarf_P_Debug dbg, int is64) in _dwarf_get_reloc_type()
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-io.c255 bool is64; member
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DConfig.h95 bool is64() { return machine == AMD64 || machine == ARM64; } in is64() function
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h288 bool is64; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3466 ArrayRef<uint8_t> Opcodes, bool is64) { in rebaseTable()
4125 ArrayRef<uint8_t> Opcodes, bool is64, in bindTable()
/freebsd-13.1/sys/compat/ndis/
H A Dsubr_ndis.c1683 NdisMInitializeScatterGatherDma(ndis_handle adapter, uint8_t is64, in NdisMInitializeScatterGatherDma()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1106 bool is64() const { return PE32PlusHeader; } in is64() function