Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.cpp35 HasFunctionAlignment = false; in NVPTXMCAsmInfo()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCAsmInfo.h383 bool HasFunctionAlignment = true; variable
748 bool hasFunctionAlignment() const { return HasFunctionAlignment; } in hasFunctionAlignment()