Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDIBuilder.h89 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
955 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
962 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDIBuilder.cpp995 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
997 return insertLabel(LabelInfo, DL, in insertLabel()
1002 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
1004 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel()
1131 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4749 DBuilder.insertLabel(L, in EmitLabel()