Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp67 setPartition(Src->getPartition()); in copyAttributesFrom()
211 void GlobalValue::setPartition(StringRef S) { in setPartition() function in GlobalValue
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h313 void setPartition(StringRef Part);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3986 TypeName->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
3987 GV->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
H A DCodeGenModule.cpp1672 GV->setPartition(CodeGenOpts.SymbolPartition); in setGVPropertiesAux()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3944 NewGV->setPartition(StringRef(Strtab.data() + Record[14], Record[15])); in parseGlobalVarRecord()
4128 Func->setPartition(StringRef(Strtab.data() + Record[17], Record[18])); in parseFunctionRecord()
4224 NewGA->setPartition( in parseGlobalIndirectSymbolRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1191 GV->setPartition(Lex.getStrVal()); in parseAliasOrIFunc()
1375 GV->setPartition(Lex.getStrVal()); in parseGlobal()
6215 Fn->setPartition(Partition); in parseFunctionHeader()