Home
last modified time | relevance | path

Searched refs:ObjectPath (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp209 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile() argument
211 MemoryBuffer::getFile(ObjectPath); in createObjectFile()
H A DMachOObjectFile.cpp5366 StringRef ObjectPath = Dir->path(); in findDsymObjectMembers()
5368 if (auto EC = sys::fs::status(ObjectPath, Status)) in findDsymObjectMembers()
5369 return createFileError(ObjectPath, errorCodeToError(EC)); in findDsymObjectMembers()
5374 ObjectPaths.push_back(ObjectPath.str()); in findDsymObjectMembers()
5373 StringRef ObjectPath = Dir->path(); findDsymObjectMembers() local
/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h366 /// @param ObjectPath The path to the object file. ObjectPath.isObject must
370 createObjectFile(StringRef ObjectPath);