Searched refs:insertLabel (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 86 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 877 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 884 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 925 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder 927 return insertLabel( in insertLabel() 932 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder 934 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel() 1021 Instruction *DIBuilder::insertLabel( in insertLabel() function in DIBuilder
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 4454 DBuilder.insertLabel(L, in EmitLabel()
|