Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h263 bool isTargetGOFF() const { return TargetTriple.isOSBinFormatGOFF(); } in isTargetGOFF()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h642 bool isOSBinFormatGOFF() const { return getObjectFormat() == Triple::GOFF; } in isOSBinFormatGOFF() function