Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h871 void setPrologueData(Constant *PrologueData);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp770 NewF->setPrologueData(nullptr); in copyGlobalValueProto()
1134 Dst.setPrologueData(Src.getPrologueData()); in linkFunctionBody()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp791 setPrologueData(Src->getPrologueData()); in copyAttributesFrom()
1892 void Function::setPrologueData(Constant *PrologueData) { in setPrologueData() function in Function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp129 NewFunc->setPrologueData(MapValue(OldFunc->getPrologueData(), VMap, in CloneFunctionInto()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2973 Info.F->setPrologueData(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6220 Fn->setPrologueData(Prologue); in parseFunctionHeader()