Searched refs:LabelInfo (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 859 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 862 LabelInfo, DL, InsertBefore ? InsertBefore->getParent() : nullptr, in insertLabel() 866 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 868 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel() 957 DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 959 assert(LabelInfo && "empty or invalid DILabel* passed to dbg.label"); in insertLabel() 962 LabelInfo->getScope()->getSubprogram() && in insertLabel() 967 trackIfUnresolved(LabelInfo); in insertLabel() 968 Value *Args[] = {MetadataAsValue::get(VMContext, LabelInfo)}; in insertLabel()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 87 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 809 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 816 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
|