Home
last modified time | relevance | path

Searched refs:CommonSectionName (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp17 static const char *CommonSectionName = "__common"; variable
99 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()
DELF_x86_64.cpp120 static const char *CommonSectionName = "__common"; variable
214 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp17 static const char *CommonSectionName = "__common"; variable
94 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()