Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DObjectFile.cpp49 ObjectFile::createObjectFile(std::unique_ptr<MemoryBuffer> &Object, in createObjectFile() function in ObjectFile
85 ErrorOr<ObjectFile *> ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile() function in ObjectFile
/external/llvm/include/llvm/Object/
DObjectFile.h340 createObjectFile(std::unique_ptr<MemoryBuffer> &Object) { in createObjectFile() function