Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp683 Expected<std::unique_ptr<Binary>> getAsBinary(const NewArchiveMember &NM, in getAsBinary() function
691 Expected<std::unique_ptr<Binary>> getAsBinary(const Archive::Child &C, in getAsBinary() function
/openbsd/gnu/llvm/llvm/lib/Object/
H A DArchive.cpp649 Archive::Child::getAsBinary(LLVMContext *Context) const { in getAsBinary() function in Archive::Child