Home
last modified time | relevance | path

Searched refs:ModuleId (Results 1 – 25 of 767) sorted by relevance

12345678910>>...31

/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/
H A Dlib.rs85 pub struct ModuleId { struct
95 impl ModuleId { impl
127 pub container: ModuleId,
271 module: ModuleId,
299 ModuleId(ModuleId), enumerator
303 impl_from!(ModuleId for AssocContainerId);
326 ModuleId(ModuleId), enumerator
338 ModuleId,
418 ModuleId(ModuleId), enumerator
433 ModuleId,
[all …]
H A Dfind_path.rs14 ModuleDefId, ModuleId,
19 pub fn find_path(db: &dyn DefDatabase, item: ItemInNs, from: ModuleId) -> Option<ModPath> { in find_path()
28 from: ModuleId, in find_path_prefixed() argument
58 if item == ItemInNs::Types(ModuleDefId::ModuleId(parent_id)) { in check_self_super()
99 from: ModuleId, in find_path_inner() argument
102 visited_modules: &mut FxHashSet<ModuleId>, in find_path_inner() argument
122 if item == ItemInNs::Types(ModuleDefId::ModuleId(root)) { in find_path_inner()
204 ItemInNs::Types(ModuleDefId::ModuleId(module_id)), in find_path_inner()
232 ItemInNs::Types(ModuleDefId::ModuleId(info.container)), in find_path_inner()
298 from: ModuleId, in find_local_import_locations() argument
[all …]
H A Dnameres.rs76 AstId, BlockId, BlockLoc, LocalModuleId, ModuleDefId, ModuleId,
100 prelude: Option<ModuleId>,
119 parent: ModuleId,
254 let visibility = Visibility::Module(ModuleId { krate, local_id, block: None }); in empty()
297 pub(crate) fn prelude(&self) -> Option<ModuleId> { in prelude() argument
305 pub fn module_id(&self, local_id: LocalModuleId) -> ModuleId { in module_id() argument
307 ModuleId { krate: self.krate, local_id, block } in module_id()
310 pub(crate) fn crate_root(&self, db: &dyn DefDatabase) -> ModuleId { in crate_root() argument
377 pub fn parent(&self) -> Option<ModuleId> { in parent() argument
383 pub fn containing_module(&self, local_mod: LocalModuleId) -> Option<ModuleId> { in containing_module() argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/
H A Dlib.rs86 pub struct ModuleId { struct
96 impl ModuleId { argument
128 pub container: ModuleId,
277 module: ModuleId,
306 ModuleId(ModuleId), enumerator
310 impl_from!(ModuleId for ItemContainerId);
333 ModuleId(ModuleId), enumerator
345 ModuleId,
425 ModuleId(ModuleId), enumerator
441 ModuleId,
[all …]
H A Dfind_path.rs14 ModuleDefId, ModuleId,
19 pub fn find_path(db: &dyn DefDatabase, item: ItemInNs, from: ModuleId) -> Option<ModPath> { in find_path()
28 from: ModuleId, in find_path_prefixed() argument
58 if item == ItemInNs::Types(ModuleDefId::ModuleId(parent_id)) { in check_self_super()
99 from: ModuleId, in find_path_inner() argument
102 visited_modules: &mut FxHashSet<ModuleId>, in find_path_inner() argument
122 if item == ItemInNs::Types(ModuleDefId::ModuleId(root)) { in find_path_inner()
204 ItemInNs::Types(ModuleDefId::ModuleId(module_id)), in find_path_inner()
232 ItemInNs::Types(ModuleDefId::ModuleId(info.container)), in find_path_inner()
298 from: ModuleId, in find_local_import_locations() argument
[all …]
H A Dnameres.rs77 AstId, BlockId, BlockLoc, LocalModuleId, ModuleDefId, ModuleId,
101 prelude: Option<ModuleId>,
120 parent: ModuleId,
260 let visibility = Visibility::Module(ModuleId { krate, local_id, block: None }); in empty()
303 pub(crate) fn prelude(&self) -> Option<ModuleId> { in prelude() argument
311 pub fn module_id(&self, local_id: LocalModuleId) -> ModuleId { in module_id() argument
313 ModuleId { krate: self.krate, local_id, block } in module_id()
316 pub(crate) fn crate_root(&self, db: &dyn DefDatabase) -> ModuleId { in crate_root() argument
383 pub fn parent(&self) -> Option<ModuleId> { in parent() argument
389 pub fn containing_module(&self, local_mod: LocalModuleId) -> Option<ModuleId> { in containing_module() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
57 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
87 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
203 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
204 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
221 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
315 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
316 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
458 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
459 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
57 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
87 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
203 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
204 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
221 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
315 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
316 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
458 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
459 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp38 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
58 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
88 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
204 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
205 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
222 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
316 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
317 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
458 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
459 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
57 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
87 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
203 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
204 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
221 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
315 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
316 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
458 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
459 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
57 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
87 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
203 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
204 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
221 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
315 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
316 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
458 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
459 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp38 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
58 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
88 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
204 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
205 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
222 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
316 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
317 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
458 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
459 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
57 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
87 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
203 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
204 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
221 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
315 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
316 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
458 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
459 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
57 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
87 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
203 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
204 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
221 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
315 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
316 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
458 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
459 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp35 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
55 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
85 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
201 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
202 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
219 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
305 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
306 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
448 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
449 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp51 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
72 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
109 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
249 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
250 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
267 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
366 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
367 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
508 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
509 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp51 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
72 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
109 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
249 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
250 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
267 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
366 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
367 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
508 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
509 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp51 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
72 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
109 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
249 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
250 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
267 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
366 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
367 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
508 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
509 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp51 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
72 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
109 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
247 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
248 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
265 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
365 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
366 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
507 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
508 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp51 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
72 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
109 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
249 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
250 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
267 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
366 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
367 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
508 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
509 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp51 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
72 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
109 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
249 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
250 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
267 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
366 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
367 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
508 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
509 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
/dports/finance/prestashop/prestashop/src/Adapter/Module/Repository/
H A DModuleRepository.php34 use PrestaShop\PrestaShop\Core\Domain\Module\ValueObject\ModuleId; alias
49 * @param ModuleId $moduleId
54 public function assertModuleExists(ModuleId $moduleId): void
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp36 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
56 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
86 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
95 std::string NewName = (Twine(LocalToGlobal.size()) + ModuleId).str(); in promoteTypeIds()
202 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
203 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
220 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
306 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
307 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp36 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
56 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
86 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
95 std::string NewName = (Twine(LocalToGlobal.size()) + ModuleId).str(); in promoteTypeIds()
201 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
202 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
219 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
305 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
306 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/resolve/
H A DAbstractIvyDependencyManager.java32 import org.apache.ivy.core.module.id.ModuleId;
109 protected Set<ModuleId> modules = new HashSet<ModuleId>();
223 ModuleId mid = ModuleId.newInstance(group, excludeName); in createExcludeArtifactId()

12345678910>>...31