Searched defs:CommonSectionName (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ | ||
H A D | ELFLinkGraphBuilder.cpp | 27 StringRef ELFLinkGraphBuilderBase::CommonSectionName(".common"); member in llvm::jitlink::ELFLinkGraphBuilderBase |
H A D | COFFLinkGraphBuilder.cpp | 16 static const char *CommonSectionName = "__common"; global() variable |
H A D | MachOLinkGraphBuilder.cpp | 18 static const char *CommonSectionName = "__common"; global() variable |