Searched refs:insertLabel (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 86 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 820 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 827 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 868 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder 870 return insertLabel( in insertLabel() 875 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder 877 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel() 965 Instruction *DIBuilder::insertLabel( in insertLabel() function in DIBuilder
|