Home
last modified time | relevance | path

Searched refs:setPrefixData (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp867 setPrefixData(Src->getPrefixData()); in copyAttributesFrom()
1051 void Function::setPrefixData(Constant *PrefixData) { in setPrefixData() function in Function
H A DCore.cpp2551 F->setPrefixData(prefix); in LLVMSetPrefixData()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h918 void setPrefixData(Constant *PrefixData);
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp669 NewF->setPrefixData(nullptr); in copyGlobalValueProto()
1026 Dst.setPrefixData(Src.getPrefixData()); in linkFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp180 NewFunc->setPrefixData(MapValue(OldFunc->getPrefixData(), VMap, in CloneFunctionAttributesInto()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3184 Info.F->setPrefixData(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6815 Fn->setPrefixData(Prefix); in parseFunctionHeader()