Searched defs:createObjectFile (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Object/
H A DObjectFile.cpp63 ObjectFile::createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type) { function in class:ObjectFile
102 ObjectFile::createObjectFile(StringRef ObjectPath) { function in class:ObjectFile
110 createObjectFile(Buffer->getMemBufferRef());
/external/llvm/include/llvm/Object/
H A DObjectFile.h173 /// of this object are created by createObjectFile, which figures out which type
277 createObjectFile(StringRef ObjectPath);
280 createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type);
282 createObjectFile(MemoryBufferRef Object) { function in class:llvm::object::ObjectFile
283 return createObjectFile(Object, sys::fs::file_magic::unknown);

Completed in 234 milliseconds