Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp36 DeclareFn(nullptr), ValueFn(nullptr), LabelFn(nullptr), in DIBuilder()
1034 if (!LabelFn) in insertLabel()
1035 LabelFn = Intrinsic::getDeclaration(&M, Intrinsic::dbg_label); in insertLabel()
1042 return B.CreateCall(LabelFn, Args); in insertLabel()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h48 Function *LabelFn; ///< llvm.dbg.label variable