HomeSort by: relevance | last modified time | path
    Searched refs:maybeSetTrivialComdat (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 717 void maybeSetTrivialComdat(const Decl &D, llvm::GlobalObject &GO);
CodeGenModule.cpp 4260 void CodeGenModule::maybeSetTrivialComdat(const Decl &D,
4483 maybeSetTrivialComdat(*D, *GV);
4826 maybeSetTrivialComdat(*D, *Fn);
ItaniumCXXABI.cpp 4352 CGM.maybeSetTrivialComdat(*MD, *Fn);
MicrosoftCXXABI.cpp 3935 CGM.maybeSetTrivialComdat(*ctor, *Fn);

Completed in 85 milliseconds