Home
last modified time | relevance | path

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

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