HomeSort by relevance Sort by last modified time
    Searched refs:IRFile (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/LTO/legacy/
LTOModule.h 50 std::unique_ptr<object::IRObjectFile> IRFile;
115 return IRFile->getModule();
118 std::unique_ptr<Module> takeModule() { return IRFile->takeModule(); }
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 107 void InitEE(const std::string &IRFile) {
115 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context));
  /external/llvm/lib/LTO/
LTOModule.cpp 54 : IRFile(std::move(Obj)), _target(TM) {}
80 return hasGlobalValueSummary(IRFile->getMemoryBufferRef(),
355 const GlobalValue *V = IRFile->getSymbolGV(Sym.getRawDataRefImpl());
417 cast<Function>(IRFile->getSymbolGV(Sym.getRawDataRefImpl()));
566 const GlobalValue *decl = IRFile->getSymbolGV(Sym.getRawDataRefImpl());
578 for (auto &Sym : IRFile->symbols()) {
579 const GlobalValue *GV = IRFile->getSymbolGV(Sym.getRawDataRefImpl());

Completed in 216 milliseconds