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.cpp69 setPartition(Src->getPartition()); in copyAttributesFrom()
228 void GlobalValue::setPartition(StringRef S) { in setPartition() function in GlobalValue
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h315 LLVM_ABI void setPartition(StringRef Part);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4307 TypeName->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
4308 GV->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
H A DCodeGenModule.cpp1938 GV->setPartition(CodeGenOpts.SymbolPartition); in setGVPropertiesAux()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4192 NewGV->setPartition(StringRef(Strtab.data() + Record[14], Record[15])); in parseGlobalVarRecord()
4376 Func->setPartition(StringRef(Strtab.data() + Record[17], Record[18])); in parseFunctionRecord()
4472 NewGA->setPartition( in parseGlobalIndirectSymbolRecord()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1258 GV->setPartition(Lex.getStrVal()); in parseAliasOrIFunc()
1447 GV->setPartition(Lex.getStrVal()); in parseGlobal()
6811 Fn->setPartition(Partition); in parseFunctionHeader()