Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h677 Module *getGlobalModuleFragment() { return findSubmodule("<global>"); } in getGlobalModuleFragment() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp2522 if (auto GMF = Primary->getGlobalModuleFragment()) { in EmitModuleInitializers()