Home
last modified time | relevance | path

Searched defs:ImportModule (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h89 StringRef ImportModule) override {} in emitImportModule()
H A DWebAssemblyTargetStreamer.cpp116 StringRef ImportModule) { in emitImportModule()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSymbolWasm.h22 Optional<std::string> ImportModule; variable
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h168 StringRef ImportModule; // For undefined symbols the module of the import member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp811 PythonModule PythonModule::ImportModule(llvm::StringRef module) { in ImportModule() function in PythonModule