Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DGlobals.cpp69 setPartition(Src->getPartition()); in copyAttributesFrom()
208 void GlobalValue::setPartition(StringRef S) { in setPartition() function in GlobalValue
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalValue.h295 void setPartition(StringRef Part);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3885 TypeName->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
3886 GV->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
H A DCodeGenModule.cpp1265 GV->setPartition(CodeGenOpts.SymbolPartition); in setGVPropertiesAux()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3788 NewGV->setPartition(StringRef(Strtab.data() + Record[14], Record[15])); in parseGlobalVarRecord()
3951 Func->setPartition(StringRef(Strtab.data() + Record[17], Record[18])); in parseFunctionRecord()
4040 NewGA->setPartition( in parseGlobalIndirectSymbolRecord()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp1077 GV->setPartition(Lex.getStrVal()); in parseAliasOrIFunc()
1257 GV->setPartition(Lex.getStrVal()); in parseGlobal()
5768 Fn->setPartition(Partition); in parseFunctionHeader()