Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h98 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
962 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
969 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp974 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
976 return insertLabel(LabelInfo, DL, in insertLabel()
981 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
983 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel()
1084 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4937 DBuilder.insertLabel(L, in EmitLabel()