Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDIBuilder.h86 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
877 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
884 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp925 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
927 return insertLabel( in insertLabel()
932 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() function in DIBuilder
934 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel()
1021 Instruction *DIBuilder::insertLabel( in insertLabel() function in DIBuilder
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4454 DBuilder.insertLabel(L, in EmitLabel()