Searched refs:insertLabel (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 87 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 932 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 939 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 961 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder 963 return insertLabel(LabelInfo, DL, in insertLabel() 968 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder 970 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel() 1097 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 4715 DBuilder.insertLabel(L, in EmitLabel()
|