Home
last modified time | relevance | path

Searched defs:FunctionAlignment (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp156 const Align FunctionAlignment(2); in CSKYTargetLowering() local
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp198 const Align FunctionAlignment(4); in LoongArchTargetLowering() local
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp5022 unsigned FunctionAlignment = ParseFunctionAlignment(TC, Args); in ConstructJob() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp998 const Align FunctionAlignment(Subtarget.hasStdExtCOrZca() ? 2 : 4); in RISCVTargetLowering() local