Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h22 Optional<std::string> ImportModule; variable
75 if (ImportModule.hasValue()) { in getImportModule()
76 return ImportModule.getValue(); in getImportModule()
80 void setImportModule(StringRef Name) { ImportModule = Name; } in setImportModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.h47 StringRef ImportModule) = 0;
72 void emitImportModule(const MCSymbolWasm *Sym, StringRef ImportModule) override;
89 StringRef ImportModule) override {} in emitImportModule() argument
DWebAssemblyTargetStreamer.cpp86 StringRef ImportModule) { in emitImportModule() argument
88 << ImportModule << '\n'; in emitImportModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp733 auto ImportModule = expectIdent(); in ParseDirective() local
735 WasmSym->setImportModule(ImportModule); in ParseDirective()
736 TOut.emitImportModule(WasmSym, ImportModule); in ParseDirective()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h181 StringRef ImportModule; // For undefined symbols the module of the import member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp517 Info.ImportModule = Import.Module; in parseLinkingSectionSymtab()
546 Info.ImportModule = Import.Module; in parseLinkingSectionSymtab()
607 Info.ImportModule = Import.Module; in parseLinkingSectionSymtab()