Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h39 if (!CommonSection) { in getCommonSection()
42 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()
44 return *CommonSection; in getCommonSection()
53 Section *CommonSection = nullptr; variable
H A DMachOLinkGraphBuilder.cpp110 if (!CommonSection) { in getCommonSection()
113 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()
115 return *CommonSection; in getCommonSection()
H A DMachOLinkGraphBuilder.h227 Section *CommonSection = nullptr; variable