Home
last modified time | relevance | path

Searched refs:ModuleEntry (Results 1 – 2 of 2) sorted by relevance

/external/qemu/util/
Dmodule.c20 typedef struct ModuleEntry struct
23 QTAILQ_ENTRY(ModuleEntry) node; argument
24 } ModuleEntry; typedef
26 typedef QTAILQ_HEAD(, ModuleEntry) ModuleTypeList;
60 ModuleEntry *e; in register_module_init()
74 ModuleEntry *e; in module_call_init()
/external/clang/lib/Serialization/
DModuleManager.cpp77 ModuleFile *&ModuleEntry = Modules[Entry]; in addModule() local
79 if (!ModuleEntry) { in addModule()
88 ModuleEntry = New; in addModule()
136 ModuleEntry->ImportedBy.insert(ImportedBy); in addModule()
137 ImportedBy->Imports.insert(ModuleEntry); in addModule()
139 if (!ModuleEntry->DirectlyImported) in addModule()
140 ModuleEntry->ImportLoc = ImportLoc; in addModule()
142 ModuleEntry->DirectlyImported = true; in addModule()
145 Module = ModuleEntry; in addModule()