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

Declarations

include/llvm/IR/GlobalValue.h
  291   void setPartition(StringRef Part);

References

lib/AsmParser/LLParser.cpp
  976       GA->setPartition(Lex.getStrVal());
 1121       GV->setPartition(Lex.getStrVal());
 5498   Fn->setPartition(Partition);
lib/Bitcode/Reader/BitcodeReader.cpp
 3187     NewGV->setPartition(StringRef(Strtab.data() + Record[14], Record[15]));
 3301     Func->setPartition(StringRef(Strtab.data() + Record[17], Record[18]));
 3389     NewGA->setPartition(
lib/IR/Globals.cpp
   70   setPartition(Src->getPartition());
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);