Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A 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,
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDIBuilder.cpp859 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
861 return insertLabel( in insertLabel()
866 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
868 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel()
956 Instruction *DIBuilder::insertLabel( in insertLabel() function in DIBuilder