Searched refs:insertLabel (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 101 DbgInstPtr insertLabel(DILabel *LabelInfo, const DILocation *DL, 995 DbgInstPtr insertLabel(DILabel *LabelInfo, const DILocation *DL, 1002 DbgInstPtr insertLabel(DILabel *LabelInfo, const DILocation *DL,
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 1013 DbgInstPtr DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder 1015 return insertLabel(LabelInfo, DL, in insertLabel() 1020 DbgInstPtr DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder 1022 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel() 1158 DbgInstPtr DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 5072 DBuilder.insertLabel(L, in EmitLabel()
|