/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmTypeCheck.h | 38 bool is64; global() variable
|
H A D | WebAssemblyAsmTypeCheck.cpp | 47 WebAssemblyAsmTypeCheck(MCAsmParser & Parser,const MCInstrInfo & MII,bool is64) WebAssemblyAsmTypeCheck() argument
|
H A D | WebAssemblyAsmParser.cpp | 182 GetOrCreateFunctionTableSymbol(MCContext & Ctx,const StringRef & Name,bool is64) GetOrCreateFunctionTableSymbol() argument 236 bool is64; global() member in __anonb3abc7af0111::WebAssemblyAsmParser
|
/llvm-project/lld/wasm/ |
H A D | InputElement.h | 46 inline WasmInitExpr intConst(uint64_t value, bool is64) { in intConst() argument
|
H A D | SyntheticSections.cpp | 419 bool is64 = ctx.arg.is64.value_or(false); in generateRelocationCode() local 469 bool is64 in writeBody() local 236 bool is64 = config->is64.value_or(false); writeBody() local 589 bool is64 = config->is64.value_or(false); writeBody() local [all...] |
H A D | InputChunks.cpp | 368 bool is64 = ctx.arg.is64.value_or(false); in generateRelocationCode() local 403 bool is64 = relocIs64(rel.Type); generateRelocationCode() local
|
H A D | OutputSections.cpp | 117 bool is64 = config->is64.value_or(false); finalizeContents() local
|
H A D | WriterUtils.cpp | 153 void writePtrConst(raw_ostream &os, int64_t number, bool is64, in writePtrConst()
|
H A D | Driver.cpp | 823 bool is64 = config->is64.value_or(false); createGlobal() local 858 bool is64 = config->is64.value_or(false); createSyntheticSymbols() local [all...] |
H A D | Config.h | 65 std::optional<bool> is64; global() member
|
H A D | InputFiles.cpp | 49 bool is64 = arch == Triple::wasm64; checkArch() local
|
H A D | Writer.cpp | 1210 bool is64 = ctx.arg.is64.value_or(false); in createInitMemoryFunction() local [all...] |
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyUtilities.cpp | 111 bool is64 = Subtarget && Subtarget->getTargetTriple().isArch64Bit(); getOrCreateFunctionTableSymbol() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolWasm.h | 118 void setFunctionTable(bool is64) { in setFunctionTable()
|
/llvm-project/lld/COFF/ |
H A D | Config.h | 114 bool is64() const { return llvm::COFF::is64Bit(machine); } is64() function
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 3803 rebaseTable(Error & Err,MachOObjectFile * O,ArrayRef<uint8_t> Opcodes,bool is64) rebaseTable() argument 4464 bindTable(Error & Err,MachOObjectFile * O,ArrayRef<uint8_t> Opcodes,bool is64,MachOBindEntry::Kind BKind) bindTable() argument
|
/llvm-project/lld/ELF/ |
H A D | Config.h | 379 bool is64; global() member
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | COFF.h | 1165 bool is64() const { return PE32PlusHeader; } is64() function
|