Home
last modified time | relevance | path

Searched defs:SourceModule (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Lex/
DModuleMap.h87 Module *SourceModule; variable
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h92 std::unique_ptr<ResourceOwner<Module>> SourceModule; member
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp836 if (const Module *SourceModule = MMI->getModule()) { in emitAttributes() local
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
Dmodulegraph.py484 class SourceModule(BaseModule): class