Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp224 const Align FunctionAlignment(Subtarget.hasStdExtC() ? 2 : 4); in RISCVTargetLowering() local
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp338 const Align FunctionAlignment(Subtarget.hasStdExtC() ? 2 : 4); in RISCVTargetLowering() local
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp4498 unsigned FunctionAlignment = ParseFunctionAlignment(TC, Args); in ConstructJob() local