Home
last modified time | relevance | path

Searched refs:insertLabel (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDIBuilder.h87 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
809 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
816 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp857 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
859 return insertLabel( in insertLabel()
864 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
866 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel()
954 Instruction *DIBuilder::insertLabel( in insertLabel() function in DIBuilder