Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp164 unsigned FunctionAlignment = Subtarget.hasStdExtC() ? 1 : 2; in RISCVTargetLowering() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp3776 unsigned FunctionAlignment = ParseFunctionAlignment(TC, Args); in ConstructJob() local