Home
last modified time | relevance | path

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

/external/qemu/
Dmodule.c18 typedef struct ModuleEntry struct
22 QTAILQ_ENTRY(ModuleEntry) node; argument
23 } ModuleEntry; typedef
25 typedef QTAILQ_HEAD(, ModuleEntry) ModuleTypeList;
59 ModuleEntry *e; in register_module_init()
73 ModuleEntry *e; in module_call_init()
/external/clang/lib/Serialization/
DModuleManager.cpp47 ModuleFile *&ModuleEntry = Modules[Entry]; in addModule() local
49 if (!ModuleEntry) { in addModule()
55 ModuleEntry = New; in addModule()
81 ModuleEntry->ImportedBy.insert(ImportedBy); in addModule()
82 ImportedBy->Imports.insert(ModuleEntry); in addModule()
84 ModuleEntry->DirectlyImported = true; in addModule()
87 return std::make_pair(ModuleEntry, NewModule); in addModule()