Searched refs:CommonSection (Results 1 – 5 of 5) sorted by relevance
202 Section *CommonSection = nullptr; member in llvm::jitlink::ELFLinkGraphBuilder_x86_64211 if (!CommonSection) { in getCommonSection()214 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()216 return *CommonSection; in getCommonSection()
96 if (!CommonSection) { in getCommonSection()99 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()101 return *CommonSection; in getCommonSection()
213 Section *CommonSection = nullptr; variable
91 if (!CommonSection) { in getCommonSection()94 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()96 return *CommonSection; in getCommonSection()
191 Section *CommonSection = nullptr; variable