Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h116 bool isTargetGOFF() const { return TargetTriple.isOSBinFormatGOFF(); } in isTargetGOFF()
/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetMachine.cpp132 if (TT.isOSBinFormatGOFF()) in shouldAssumeDSOLocal()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h684 bool isOSBinFormatGOFF() const { return getObjectFormat() == Triple::GOFF; } in isOSBinFormatGOFF() function
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp154 if (T.isOSBinFormatGOFF()) in getManglingComponent()