OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SourceModule
(Results
1 - 25
of
32
) sorted by null
1
2
/external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
92
std::unique_ptr<ResourceOwner<Module>>
SourceModule
;
100
:
SourceModule
(std::move(Other.
SourceModule
)),
106
SourceModule
= std::move(Other.
SourceModule
);
252
LMResources.
SourceModule
= wrapOwnership<Module>(std::move(SrcMPtr));
254
Module &SrcM = LMResources.
SourceModule
->getResource();
390
Module &SrcM = LMResources.
SourceModule
->getResource();
428
Module &SrcM = LMResources.
SourceModule
->getResource();
/external/clang/include/clang/Lex/
ModuleMap.h
87
Module *
SourceModule
;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
ModuleMap.h
93
Module *
SourceModule
;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
ModuleMap.h
94
Module *
SourceModule
;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
ModuleMap.h
94
Module *
SourceModule
;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
ModuleMap.h
94
Module *
SourceModule
= nullptr;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
ModuleMap.h
94
Module *
SourceModule
= nullptr;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
ModuleMap.h
94
Module *
SourceModule
= nullptr;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
ModuleMap.h
94
Module *
SourceModule
= nullptr;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
ModuleMap.h
93
Module *
SourceModule
;
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
ModuleMap.h
94
Module *
SourceModule
;
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
ModuleMap.h
94
Module *
SourceModule
;
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
ModuleMap.h
94
Module *
SourceModule
= nullptr;
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
ModuleMap.h
94
Module *
SourceModule
= nullptr;
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
ModuleMap.h
94
Module *
SourceModule
= nullptr;
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
ModuleMap.h
94
Module *
SourceModule
= nullptr;
/external/clang/lib/Lex/
ModuleMap.cpp
92
SourceModule
(nullptr), NumCreatedModules(0) {
244
if (getTopLevelOrNull(RequestingModule) != getTopLevelOrNull(
SourceModule
))
341
if (H.getModule()->getTopLevelModule() ==
SourceModule
)
555
SourceModule
= Result;
686
SourceModule
= Result;
808
LangOpts.CompilingModule && Mod->getTopLevelModule() ==
SourceModule
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
281
Module &SrcM = LMResources->
SourceModule
->getResource();
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
292
Module &SrcM = LMResources->
SourceModule
->getResource();
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
292
Module &SrcM = LMResources->
SourceModule
->getResource();
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
293
Module &SrcM = LMResources->
SourceModule
->getResource();
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
293
Module &SrcM = LMResources->
SourceModule
->getResource();
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
293
Module &SrcM = LMResources->
SourceModule
->getResource();
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
293
Module &SrcM = LMResources->
SourceModule
->getResource();
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
281
Module &SrcM = LMResources->
SourceModule
->getResource();
Completed in 2517 milliseconds
1
2