Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp778 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { in getDefaultFormat() function
900 ObjectFormat = getDefaultFormat(*this); in Triple()
916 ObjectFormat = getDefaultFormat(*this); in Triple()
935 ObjectFormat = getDefaultFormat(*this); in Triple()
1324 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()