Home
last modified time | relevance | path

Searched refs:getArchString (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h71 std::string getArchString() const { in getArchString() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp250 " for architecture " + S.getArchString() + "exceeds that.") in buildFatArchList()