Searched refs:LabelInfo (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 1013 DbgInstPtr DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 1015 return insertLabel(LabelInfo, DL, in insertLabel() 1020 DbgInstPtr DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 1022 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel() 1158 DbgInstPtr DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 1161 assert(LabelInfo && "empty or invalid DILabel* passed to dbg.label"); in insertLabel() 1164 LabelInfo->getScope()->getSubprogram() && in insertLabel() 1167 trackIfUnresolved(LabelInfo); in insertLabel() 1169 DbgLabelRecord *DLR = new DbgLabelRecord(LabelInfo, DL); in insertLabel() 1180 Value *Args[] = {MetadataAsValue::get(VMContext, LabelInfo)}; in insertLabel()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 101 DbgInstPtr insertLabel(DILabel *LabelInfo, const DILocation *DL, 995 DbgInstPtr insertLabel(DILabel *LabelInfo, const DILocation *DL, 1002 DbgInstPtr insertLabel(DILabel *LabelInfo, const DILocation *DL,
|