Searched refs:getDefaultFormat (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp659 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { function
765 ObjectFormat = getDefaultFormat(*this);
781 ObjectFormat = getDefaultFormat(*this);
800 ObjectFormat = getDefaultFormat(*this);
1191 if (ObjectFormat == getDefaultFormat(*this))

Completed in 51 milliseconds