Home
last modified time | relevance | path

Searched refs:CommonSectionName (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.cpp27 StringRef ELFLinkGraphBuilderBase::CommonSectionName(".common"); member in llvm::jitlink::ELFLinkGraphBuilderBase
H A DELFLinkGraphBuilder.h42 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()
50 static StringRef CommonSectionName;
H A DMachOLinkGraphBuilder.cpp17 static const char *CommonSectionName = "__common"; variable
113 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()