Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp202 Section *CommonSection = nullptr; member in llvm::jitlink::ELFLinkGraphBuilder_x86_64
211 if (!CommonSection) { in getCommonSection()
214 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()
216 return *CommonSection; in getCommonSection()
DMachOLinkGraphBuilder.cpp96 if (!CommonSection) { in getCommonSection()
99 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()
101 return *CommonSection; in getCommonSection()
DMachOLinkGraphBuilder.h213 Section *CommonSection = nullptr; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp91 if (!CommonSection) { in getCommonSection()
94 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()
96 return *CommonSection; in getCommonSection()
DMachOLinkGraphBuilder.h191 Section *CommonSection = nullptr; variable