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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h39 if (!CommonSection)
40 CommonSection = &G->createSection(
42 return *CommonSection;
51 Section *CommonSection = nullptr; member in class:llvm::jitlink::ELFLinkGraphBuilderBase
H A DCOFFLinkGraphBuilder.cpp73 if (!CommonSection)
74 CommonSection = &G->createSection(CommonSectionName,
76 return *CommonSection;
H A DCOFFLinkGraphBuilder.h175 Section *CommonSection = nullptr; member in namespace:llvm::jitlink
H A DMachOLinkGraphBuilder.h233 Section *CommonSection = nullptr; member in class:llvm::jitlink::MachOLinkGraphBuilder
H A DMachOLinkGraphBuilder.cpp116 if (!CommonSection)
117 CommonSection = &G->createSection(CommonSectionName,
119 return *CommonSection;

Completed in 106 milliseconds