Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h39 if (!CommonSection) in getCommonSection()
40 CommonSection = in getCommonSection()
42 return *CommonSection; in getCommonSection()
51 Section *CommonSection = nullptr; variable
H A DCOFFLinkGraphBuilder.cpp73 if (!CommonSection) in getCommonSection()
74 CommonSection = in getCommonSection()
76 return *CommonSection; in getCommonSection()
H A DCOFFLinkGraphBuilder.h162 Section *CommonSection = nullptr; variable
H A DMachOLinkGraphBuilder.cpp110 if (!CommonSection) in getCommonSection()
111 CommonSection = in getCommonSection()
113 return *CommonSection; in getCommonSection()
H A DMachOLinkGraphBuilder.h230 Section *CommonSection = nullptr; variable