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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
ObjectImage.h 25 object::ObjectFile *ObjFile;
28 ObjectImage(object::ObjectFile *Obj) { ObjFile = Obj; }
32 { return ObjFile->begin_symbols(); }
34 { return ObjFile->end_symbols(); }
37 { return ObjFile->begin_sections(); }
39 { return ObjFile->end_sections(); }
42 { return ObjFile->getArch(); }
RuntimeDyld.cpp 65 ObjectFile *ObjFile = ObjectFile::createObjectFile(const_cast<MemoryBuffer*>
67 ObjectImage *Obj = new ObjectImage(ObjFile);

Completed in 976 milliseconds