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

  /external/llvm/lib/Object/
ObjectFile.cpp 28 ObjectFile *ObjectFile::createObjectFile(MemoryBuffer *Object) {
57 ObjectFile *ObjectFile::createObjectFile(StringRef ObjectPath) {
61 return createObjectFile(File.take());
Object.cpp 22 return wrap(ObjectFile::createObjectFile(unwrap(MemBuf)));
  /external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 50 OwningPtr<ObjectFile> Obj(ObjectFile::createObjectFile(Buff.take()));
  /external/llvm/include/llvm/Object/
ObjectFile.h 218 /// Concrete instances of this object are created by createObjectFile, which
309 static ObjectFile *createObjectFile(StringRef ObjectPath);
310 static ObjectFile *createObjectFile(MemoryBuffer *Object);

Completed in 1033 milliseconds