Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h883 void setPrefixData(Constant *PrefixData);
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp771 NewF->setPrefixData(nullptr); in copyGlobalValueProto()
1134 Dst.setPrefixData(Src.getPrefixData()); in linkFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp850 setPrefixData(Src->getPrefixData()); in copyAttributesFrom()
1978 void Function::setPrefixData(Constant *PrefixData) { in setPrefixData() function in Function
H A DCore.cpp2540 F->setPrefixData(prefix); in LLVMSetPrefixData()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp125 NewFunc->setPrefixData(MapValue(OldFunc->getPrefixData(), VMap, in CloneFunctionInto()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3090 Info.F->setPrefixData(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6513 Fn->setPrefixData(Prefix); in parseFunctionHeader()