Home
last modified time | relevance | path

Searched refs:commons (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/
H A Dcommons.ll2 ; RUN: llvm-as -o %t2.bc %p/Inputs/commons.ll
/llvm-project-15.0.7/lld/test/ELF/
H A Dwarn-common.s6 ## Report multiple commons if warn-common is specified
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dcommon-filespec.test16 # corresponding to the commons assigned to them
/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A DLICENSE27 the purpose of contributing to a commons of creative, cultural and
/llvm-project-15.0.7/lld/MachO/
H A DOptions.td544 def commons : Separate<["-"], "commons">,
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp676 std::set<SourceName> commons; // names of common blocks with save attr member
5276 AddSaveName(specPartState_.saveInfo.commons, name.source); in Pre()
5302 for (const SourceName &name : specPartState_.saveInfo.commons) { in CheckSaveStmts()
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst4127 .. option:: -falign-commons, -fno-align-commons
/llvm-project-15.0.7/llvm/docs/
H A DDeveloperPolicy.rst1122 community by providing a "patent commons" for the code base and reducing the
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td4816 defm align_commons : BooleanFFlag<"align-commons">, Group<gfortran_Group>;