Home
last modified time | relevance | path

Searched refs:Commons (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dcommon-exclude.s9 # Commons from file0 and file1 are not excluded, so they must be in .common.incl
10 # Commons from file2 are excluded from the first rule and should be caught by
H A Dcommon-filespec.test66 # Commons with unique name in each file must be assigned to that file's section.
/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A DLICENSE6 Creative Commons Legal Code
28 scientific works ("Commons") that the public can reliably and without fear
32 These owners may contribute to the Commons to promote the ideal of a free
124 d. Affirmer understands and acknowledges that Creative Commons is not a
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h296 std::map<std::string, CommonResolution> Commons; member
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp820 auto &CommonRes = RegularLTO.Commons[std::string(Sym.getIRName())]; in addRegularLTO()
1075 for (auto &I : RegularLTO.Commons) { in runRegularLTO()