Home
last modified time | relevance | path

Searched defs:ModuleMap (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dsource_line_resolver_base.h103 typedef map<string, Module*, CompareString> ModuleMap; typedef
/external/clang/include/clang/Serialization/
DModuleManager.h26 class ModuleMap; variable
/external/clang/include/clang/Lex/
DModuleMap.h424 void addAdditionalModuleMapFile(const Module *M, const FileEntry *ModuleMap) { in addAdditionalModuleMapFile()
/external/clang/lib/CodeGen/
DCGDebugInfo.h37 class ModuleMap; variable
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp61 StringMap<std::unique_ptr<Module>> ModuleMap; member in __anon11e68cad0111::ModuleLazyLoaderCache
/external/clang/lib/Frontend/
DFrontendActions.cpp272 const FileEntry *ModuleMap = in BeginSourceFileAction() local
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3168 DebugMap &ModuleMap, unsigned Indent) { in registerModuleReference()
3230 DebugMap &ModuleMap, unsigned Indent) { in loadClangModule()
3332 DebugMap ModuleMap(Map.getTriple(), Map.getBinaryPath()); in link() local
/external/clang/lib/Lex/
DHeaderSearch.cpp123 const FileEntry *ModuleMap = in getModuleFileName() local
DModuleMap.cpp87 ModuleMap::ModuleMap(SourceManager &SourceMgr, DiagnosticsEngine &Diags, in ModuleMap() function in ModuleMap
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp3210 typedef map<string, vector<EntryToStage> > ModuleMap; typedef