Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp797 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { in getDefaultFormat() function
920 ObjectFormat = getDefaultFormat(*this); in Triple()
936 ObjectFormat = getDefaultFormat(*this); in Triple()
955 ObjectFormat = getDefaultFormat(*this); in Triple()
1348 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()