Searched refs:LabelInfo (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 974 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 976 return insertLabel(LabelInfo, DL, in insertLabel() 981 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 983 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel() 1084 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 1087 assert(LabelInfo && "empty or invalid DILabel* passed to dbg.label"); in insertLabel() 1090 LabelInfo->getScope()->getSubprogram() && in insertLabel() 1095 trackIfUnresolved(LabelInfo); in insertLabel() 1096 Value *Args[] = {MetadataAsValue::get(VMContext, LabelInfo)}; in insertLabel()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 98 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 962 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 969 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
|