Searched refs:insertLabel (Results 1 – 4 of 4) sorted by relevance
/external/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,
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
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,
|
/external/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
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
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
|