reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
  895   GV->setPartition(CodeGenOpts.SymbolPartition);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 3543   TypeName->setPartition(CGM.getCodeGenOpts().SymbolPartition);
 3544   GV->setPartition(CGM.getCodeGenOpts().SymbolPartition);
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1411   Opts.SymbolPartition = Args.getLastArgValue(OPT_fsymbol_partition_EQ);