Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h44 bool HasFastSerialization; variable
159 bool hasFastSerialization() const { return HasFastSerialization; } in hasFastSerialization()
H A DSystemZSubtarget.cpp72 HasResetReferenceBitsMultiple(false), HasFastSerialization(false), in SystemZSubtarget()