Searched refs:insertLabel (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 89 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 955 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 962 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 995 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder 997 return insertLabel(LabelInfo, DL, in insertLabel() 1002 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder 1004 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel() 1131 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 4749 DBuilder.insertLabel(L, in EmitLabel()
|