Searched refs:LabelInfo (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 1180 DbgInstPtr DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 1182 assert(LabelInfo && "empty or invalid DILabel* passed to dbg.label"); in insertLabel() 1185 LabelInfo->getScope()->getSubprogram() && in insertLabel() 1188 trackIfUnresolved(LabelInfo); in insertLabel() 1189 DbgLabelRecord *DLR = new DbgLabelRecord(LabelInfo, DL); in insertLabel()
|
| H A D | DebugInfo.cpp | 1902 LLVMMetadataRef LabelInfo, in LLVMDIBuilderInsertLabelBefore() argument 1906 unwrapDI<DILabel>(LabelInfo), unwrapDI<DILocation>(Location), in LLVMDIBuilderInsertLabelBefore() 1921 LLVMMetadataRef LabelInfo, in LLVMDIBuilderInsertLabelAtEnd() argument 1925 unwrapDI<DILabel>(LabelInfo), unwrapDI<DILocation>(Location), in LLVMDIBuilderInsertLabelAtEnd()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 1510 LLVMDIBuilderRef Builder, LLVMMetadataRef LabelInfo, 1524 LLVMDIBuilderRef Builder, LLVMMetadataRef LabelInfo,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 1157 LLVM_ABI DbgInstPtr insertLabel(DILabel *LabelInfo, const DILocation *DL,
|