Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h86 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
879 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
886 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp930 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
932 return insertLabel( in insertLabel()
937 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
939 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel()
1026 Instruction *DIBuilder::insertLabel( in insertLabel() function in DIBuilder
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4432 DBuilder.insertLabel(L, in EmitLabel()