Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp70 setPartition(Src->getPartition()); in copyAttributesFrom()
194 void GlobalValue::setPartition(StringRef S) { in setPartition() function in GlobalValue
/external/llvm-project/llvm/lib/IR/
DGlobals.cpp71 setPartition(Src->getPartition()); in copyAttributesFrom()
191 void GlobalValue::setPartition(StringRef S) { in setPartition() function in GlobalValue
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h291 void setPartition(StringRef Part);
/external/llvm-project/llvm/include/llvm/IR/
DGlobalValue.h290 void setPartition(StringRef Part);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3189 NewGV->setPartition(StringRef(Strtab.data() + Record[14], Record[15])); in parseGlobalVarRecord()
3303 Func->setPartition(StringRef(Strtab.data() + Record[17], Record[18])); in parseFunctionRecord()
3391 NewGA->setPartition( in parseGlobalIndirectSymbolRecord()
/external/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp3784 TypeName->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
3785 GV->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
DCodeGenModule.cpp1031 GV->setPartition(CodeGenOpts.SymbolPartition); in setGVPropertiesAux()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3252 NewGV->setPartition(StringRef(Strtab.data() + Record[14], Record[15])); in parseGlobalVarRecord()
3373 Func->setPartition(StringRef(Strtab.data() + Record[17], Record[18])); in parseFunctionRecord()
3460 NewGA->setPartition( in parseGlobalIndirectSymbolRecord()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp1045 GA->setPartition(Lex.getStrVal()); in parseIndirectSymbol()
1190 GV->setPartition(Lex.getStrVal()); in parseGlobal()
5828 Fn->setPartition(Partition); in parseFunctionHeader()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp976 GA->setPartition(Lex.getStrVal()); in parseIndirectSymbol()
1121 GV->setPartition(Lex.getStrVal()); in ParseGlobal()
5503 Fn->setPartition(Partition); in ParseFunctionHeader()