Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp660 Expected<std::unique_ptr<Binary>> getAsBinary(const NewArchiveMember &NM, in getAsBinary() function
668 Expected<std::unique_ptr<Binary>> getAsBinary(const Archive::Child &C, in getAsBinary() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp658 Archive::Child::getAsBinary(LLVMContext *Context) const { in getAsBinary() function in Archive::Child