Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.h32 bool UnalignedSymbols; variable
38 UnalignedSymbols(false) { in SystemZTargetInfo()
171 UnalignedSymbols = false; in handleTargetFeatures()
180 UnalignedSymbols = true; in handleTargetFeatures()
H A DSystemZ.cpp145 if (UnalignedSymbols && !HasNonWeakDef) in getMinGlobalAlign()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFeatures.td41 "unaligned-symbols", "UnalignedSymbols", (all_of FeatureUnalignedSymbols),