OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OwnedContext
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/LTO/
LTOModule.cpp
60
:
OwnedContext
(std::move(Context)), IRFile(std::move(Obj)), _target(TM) {}
185
std::unique_ptr<LLVMContext>
OwnedContext
;
187
OwnedContext
= llvm::make_unique<LLVMContext>();
188
Context =
OwnedContext
.get();
195
/* ShouldBeLazy */ static_cast<bool>(
OwnedContext
));
234
if (
OwnedContext
)
235
Ret.reset(new LTOModule(std::move(IRObj), target, std::move(
OwnedContext
)));
/external/llvm/include/llvm/LTO/
LTOModule.h
48
std::unique_ptr<LLVMContext>
OwnedContext
;
/external/llvm/tools/lto/
lto.cpp
124
: LTOCodeGenerator(*Context),
OwnedContext
(std::move(Context)) {
127
// Reset the module first in case MergedModule is created in
OwnedContext
.
132
std::unique_ptr<LLVMContext>
OwnedContext
;
Completed in 248 milliseconds