Home
last modified time | relevance | path

Searched refs:StaticExternCValues (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h465 StaticExternCMap StaticExternCValues; variable
H A DCodeGenModule.cpp5338 StaticExternCValues.insert(std::make_pair(D->getIdentifier(), GV)); in MaybeHandleStaticInExternC()
7362 for (auto &I : StaticExternCValues) { in EmitStaticExternCAliases()