Searched refs:LabelInfo (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 995 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 997 return insertLabel(LabelInfo, DL, in insertLabel() 1002 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 1004 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel() 1131 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 1134 assert(LabelInfo && "empty or invalid DILabel* passed to dbg.label"); in insertLabel() 1137 LabelInfo->getScope()->getSubprogram() && in insertLabel() 1142 trackIfUnresolved(LabelInfo); in insertLabel() 1143 Value *Args[] = {MetadataAsValue::get(VMContext, LabelInfo)}; in insertLabel()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 89 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 955 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 962 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
|