Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h37 bool is64; variable
H A DWebAssemblyAsmTypeCheck.cpp48 const MCInstrInfo &MII, bool is64) in WebAssemblyAsmTypeCheck()
H A DWebAssemblyAsmParser.cpp241 bool is64; member in __anon0aa4b5130111::WebAssemblyAsmParser
/openbsd-src/gnu/llvm/lld/wasm/
H A DInputChunks.cpp367 bool is64 = config->is64.value_or(false); in generateRelocationCode() local
399 bool is64 = relocIs64(rel.Type); in generateRelocationCode() local
H A DSyntheticSections.cpp237 bool is64 = config->is64.value_or(false); in writeBody() local
420 bool is64 = config->is64.value_or(false); in generateRelocationCode() local
470 bool is64 = config->is64.value_or(false); in writeBody() local
H A DInputElement.h46 inline WasmInitExpr intConst(uint64_t value, bool is64) { in intConst()
H A DOutputSections.cpp117 bool is64 = config->is64.value_or(false); in finalizeContents() local
H A DWriterUtils.cpp148 void writePtrConst(raw_ostream &os, int64_t number, bool is64, in writePtrConst()
H A DDriver.cpp720 bool is64 = config->is64.value_or(false); in createGlobal() local
755 bool is64 = config->is64.value_or(false); in createSyntheticSymbols() local
H A DConfig.h51 std::optional<bool> is64; member
H A DInputFiles.cpp48 bool is64 = arch == Triple::wasm64; in checkArch() local
H A DWriter.cpp1083 bool is64 = config->is64.value_or(false); in createInitMemoryFunction() local
/openbsd-src/sys/arch/amd64/amd64/
H A Dmachdep.c1267 set_mem_segment(struct mem_segment_descriptor * sd,void * base,size_t limit,int type,int dpl,int gran,int def32,int is64) set_mem_segment() argument
/openbsd-src/gnu/llvm/lld/COFF/
H A DConfig.h99 bool is64() const { return machine == AMD64 || machine == ARM64; } in is64() function
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3794 ArrayRef<uint8_t> Opcodes, bool is64) { in rebaseTable()
4453 ArrayRef<uint8_t> Opcodes, bool is64, in bindTable()
/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h341 bool is64; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h1103 bool is64() const { return PE32PlusHeader; } in is64() function