Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h39 if (!CommonSection) in getCommonSection()
40 CommonSection = &G->createSection( in getCommonSection()
42 return *CommonSection; in getCommonSection()
51 Section *CommonSection = nullptr; variable
H A DCOFFLinkGraphBuilder.cpp73 if (!CommonSection) in getCommonSection()
74 CommonSection = &G->createSection(CommonSectionName, in getCommonSection()
76 return *CommonSection; in getCommonSection()
H A DCOFFLinkGraphBuilder.h175 Section *CommonSection = nullptr;
176 Section *CommonSection = nullptr; global() variable
H A DMachOLinkGraphBuilder.cpp116 if (!CommonSection) in getCommonSection()
117 CommonSection = &G->createSection(CommonSectionName, in getCommonSection()
119 return *CommonSection; in getCommonSection()
H A DMachOLinkGraphBuilder.h233 Section *CommonSection = nullptr; variable