Home
last modified time | relevance | path

Searched refs:ImportModule (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h24 std::optional<StringRef> ImportModule; variable
89 bool hasImportModule() const { return ImportModule.has_value(); } in hasImportModule()
91 if (ImportModule) in getImportModule()
92 return *ImportModule; in getImportModule()
99 void setImportModule(StringRef Name) { ImportModule = Name; } in setImportModule()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h47 StringRef ImportModule) = 0;
72 void emitImportModule(const MCSymbolWasm *Sym, StringRef ImportModule) override;
89 StringRef ImportModule) override {} in emitImportModule() argument
H A DWebAssemblyTargetStreamer.cpp100 StringRef ImportModule) { in emitImportModule() argument
102 << ImportModule << '\n'; in emitImportModule()
/openbsd-src/gnu/llvm/lld/wasm/
H A DInputFiles.cpp331 info->ImportModule = tableImport->Module; in addLegacyIndirectFunctionTableIfNeeded()
643 sym.Info.ImportModule, flags, this, in createUndefined()
646 sym.Info.ImportModule, flags, this, in createUndefined()
655 sym.Info.ImportModule, flags, this, in createUndefined()
658 sym.Info.ImportModule, flags, this, in createUndefined()
663 sym.Info.ImportModule, flags, this, in createUndefined()
666 sym.Info.ImportModule, flags, this, in createUndefined()
671 sym.Info.ImportModule, flags, this, in createUndefined()
674 sym.Info.ImportModule, flags, this, in createUndefined()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp231 if (Symbol.Info.ImportModule) { in printSymbol()
232 W.printString("ImportModule", *Symbol.Info.ImportModule); in printSymbol()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp919 auto ImportModule = expectIdent(); in ParseDirective() local
921 WasmSym->setImportModule(storeName(ImportModule)); in ParseDirective()
922 TOut.emitImportModule(WasmSym, ImportModule); in ParseDirective()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h208 std::optional<StringRef> ImportModule; member
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp643 Info.ImportModule = Import.Module; in parseLinkingSectionSymtab()
673 Info.ImportModule = Import.Module; in parseLinkingSectionSymtab()
703 Info.ImportModule = Import.Module; in parseLinkingSectionSymtab()
766 Info.ImportModule = Import.Module; in parseLinkingSectionSymtab()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h580 static PythonModule ImportModule(llvm::StringRef name) {
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-debuginfo-analyzer.rst564 =ImportModule: Import module.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td1942 let Args = [StringArgument<"ImportModule">];