Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDTriple.cpp515 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { in getDefaultFormat() function
560 ObjectFormat = getDefaultFormat(*this); in Triple()
576 ObjectFormat = getDefaultFormat(*this); in Triple()
595 ObjectFormat = getDefaultFormat(*this); in Triple()
944 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()