Home
last modified time | relevance | path

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/
DDIBuilder.h86 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/
DDIBuilder.cpp868 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