Home
last modified time | relevance | path

Searched refs:LabelInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp1180 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 DDebugInfo.cpp1902 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 DDebugInfo.h1510 LLVMDIBuilderRef Builder, LLVMMetadataRef LabelInfo,
1524 LLVMDIBuilderRef Builder, LLVMMetadataRef LabelInfo,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h1157 LLVM_ABI DbgInstPtr insertLabel(DILabel *LabelInfo, const DILocation *DL,