Searched refs:ImportModule (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 24 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 D | WebAssemblyTargetStreamer.h | 47 StringRef ImportModule) = 0; 72 void emitImportModule(const MCSymbolWasm *Sym, StringRef ImportModule) override; 89 StringRef ImportModule) override {} in emitImportModule() argument
|
| H A D | WebAssemblyTargetStreamer.cpp | 100 StringRef ImportModule) { in emitImportModule() argument 102 << ImportModule << '\n'; in emitImportModule()
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | InputFiles.cpp | 331 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 D | WasmDumper.cpp | 231 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 D | WebAssemblyAsmParser.cpp | 919 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 D | Wasm.h | 208 std::optional<StringRef> ImportModule; member
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 643 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 D | PythonDataObjects.h | 580 static PythonModule ImportModule(llvm::StringRef name) {
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-debuginfo-analyzer.rst | 564 =ImportModule: Import module.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Attr.td | 1942 let Args = [StringArgument<"ImportModule">];
|