Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h87 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
932 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
939 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp961 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
963 return insertLabel(LabelInfo, DL, in insertLabel()
968 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
970 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel()
1097 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4715 DBuilder.insertLabel(L, in EmitLabel()