OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IRFile
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/LTO/
LTOModule.h
52
std::unique_ptr<object::IRObjectFile>
IRFile
;
117
return
IRFile
->getModule();
120
std::unique_ptr<Module> takeModule() { return
IRFile
->takeModule(); }
/external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp
107
void InitEE(const std::string &
IRFile
) {
117
std::unique_ptr<Module> TheModule(parseIRFile(
IRFile
, Err, Context));
/external/llvm/lib/LTO/
LTOModule.cpp
55
:
IRFile
(std::move(Obj)), _target(TM) {}
60
: OwnedContext(std::move(Context)),
IRFile
(std::move(Obj)), _target(TM) {}
353
const GlobalValue *V =
IRFile
->getSymbolGV(Sym.getRawDataRefImpl());
415
cast<Function>(
IRFile
->getSymbolGV(Sym.getRawDataRefImpl()));
564
const GlobalValue *decl =
IRFile
->getSymbolGV(Sym.getRawDataRefImpl());
576
for (auto &Sym :
IRFile
->symbols()) {
577
const GlobalValue *GV =
IRFile
->getSymbolGV(Sym.getRawDataRefImpl());
Completed in 100 milliseconds