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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Globals.cpp 71 setPartition(Src->getPartition());
191 void GlobalValue::setPartition(StringRef S) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalValue.h 290 void setPartition(StringRef Part);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 3321 NewGV->setPartition(StringRef(Strtab.data() + Record[14], Record[15]));
3454 Func->setPartition(StringRef(Strtab.data() + Record[17], Record[18]));
3541 NewGA->setPartition(
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp 3880 TypeName->setPartition(CGM.getCodeGenOpts().SymbolPartition);
3881 GV->setPartition(CGM.getCodeGenOpts().SymbolPartition);
CodeGenModule.cpp 1109 GV->setPartition(CodeGenOpts.SymbolPartition);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 1064 GA->setPartition(Lex.getStrVal());
1209 GV->setPartition(Lex.getStrVal());
5954 Fn->setPartition(Partition);

Completed in 46 milliseconds