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
49
std::unique_ptr<object::IRObjectFile>
IRFile
;
102
return
IRFile
->getModule();
/external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp
106
void InitEE(const std::string &
IRFile
) {
116
TheModule = ParseIRFile(
IRFile
, Err, Context);
/external/llvm/lib/LTO/
LTOModule.cpp
48
:
IRFile
(std::move(Obj)), _target(TM) {}
280
const GlobalValue *V =
IRFile
->getSymbolGV(Sym.getRawDataRefImpl());
342
cast<Function>(
IRFile
->getSymbolGV(Sym.getRawDataRefImpl()));
516
const GlobalValue *decl =
IRFile
->getSymbolGV(Sym.getRawDataRefImpl());
532
for (auto &Sym :
IRFile
->symbols()) {
533
const GlobalValue *GV =
IRFile
->getSymbolGV(Sym.getRawDataRefImpl());
Completed in 91 milliseconds