Home
last modified time | relevance | path

Searched refs:setPartition (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp68 setPartition(Src->getPartition()); in copyAttributesFrom()
220 void GlobalValue::setPartition(StringRef S) { in setPartition() function in GlobalValue
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h313 void setPartition(StringRef Part);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4261 TypeName->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
4262 GV->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
H A DCodeGenModule.cpp1771 GV->setPartition(CodeGenOpts.SymbolPartition); in setGVPropertiesAux()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4102 NewGV->setPartition(StringRef(Strtab.data() + Record[14], Record[15])); in parseGlobalVarRecord()
4286 Func->setPartition(StringRef(Strtab.data() + Record[17], Record[18])); in parseFunctionRecord()
4382 NewGA->setPartition( in parseGlobalIndirectSymbolRecord()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1270 GV->setPartition(Lex.getStrVal()); in parseAliasOrIFunc()
1459 GV->setPartition(Lex.getStrVal()); in parseGlobal()
6509 Fn->setPartition(Partition); in parseFunctionHeader()