Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDELFLinkGraphBuilder.h39 if (!CommonSection) in getCommonSection()
40 CommonSection = &G->createSection( in getCommonSection()
42 return *CommonSection; in getCommonSection()
51 Section *CommonSection = nullptr; variable
HDCOFFLinkGraphBuilder.cpp73 if (!CommonSection) in getCommonSection()
74 CommonSection = &G->createSection(CommonSectionName, in getCommonSection()
76 return *CommonSection; in getCommonSection()
HDCOFFLinkGraphBuilder.h175 Section *CommonSection = nullptr; variable
HDMachOLinkGraphBuilder.cpp116 if (!CommonSection) in getCommonSection()
117 CommonSection = &G->createSection(CommonSectionName, in getCommonSection()
119 return *CommonSection; in getCommonSection()
HDMachOLinkGraphBuilder.h233 Section *CommonSection = nullptr; variable