Home
last modified time | relevance | path

Searched refs:LabelFn (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp462 auto *LabelFn = Intrinsic::getDeclaration(M, Intrinsic::dbg_label); in createDebugIntrinsic() local
466 CallInst::Create(LabelFn->getFunctionType(), LabelFn, Args)); in createDebugIntrinsic()
H A DDIBuilder.cpp30 ValueFn(nullptr), LabelFn(nullptr), AssignFn(nullptr), in DIBuilder()
1177 if (!LabelFn) in insertLabel()
1178 LabelFn = Intrinsic::getDeclaration(&M, Intrinsic::dbg_label); in insertLabel()
1184 return B.CreateCall(LabelFn, Args); in insertLabel()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h52 Function *LabelFn; ///< llvm.dbg.label variable