Home
last modified time | relevance | path

Searched refs:GetModuleFromPath (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler/src/
H A DProgram.cs260 var module = typeSystemContext.GetModuleFromPath(inputFile.Value); in Run()
298 EcmaModule module = typeSystemContext.GetModuleFromPath(inputFile.Value); in Run()
329 EcmaModule module = typeSystemContext.GetModuleFromPath(inputFile.Value); in Run()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILVerify/src/
H A DSimpleTypeSystemContext.cs88 public EcmaModule GetModuleFromPath(string filePath) in GetModuleFromPath() method in ILVerify.SimpleTypeSystemContext
H A DProgram.cs254 VerifyModule(_typeSystemContext.GetModuleFromPath(inputPath)); in Run()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILVerify/tests/
H A DTestDataLoader.cs181 return typeSystemContext.GetModuleFromPath(TESTASSEMBLYPATH + assemblyName); in GetModuleForTestAssembly()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/util/
H A Dpkg_resources.py115 def GetModuleFromPath(name_to_give, module_path): function
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/
H A Dcommand_loading.py452 return pkg_resources.GetModuleFromPath(name_to_give, impl_file)
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DCompilerTypeSystemContext.cs163 public EcmaModule GetModuleFromPath(string filePath) in GetModuleFromPath() method in ILCompiler.CompilerTypeSystemContext