HomeSort by relevance Sort by last modified time
    Searched full:irfile (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test.c 259 FILE* irfile; local
279 irfile = fopen(syms_name, "r");
280 if (irfile != NULL)
289 irfile = fdopen(file->fd, "r");
290 (void)fseek(irfile, file->offset, SEEK_SET);
295 len = fread(buf, 1, 13, irfile);
300 (void) fgets(buf, sizeof(buf), irfile);
301 (void) fgets(buf, sizeof(buf), irfile);
315 while (ftell(irfile) < end_offset
316 && fgets(buf, sizeof(buf), irfile) != NULL
413 FILE* irfile; local
    [all...]
  /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 322 milliseconds