Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp930 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument
933 LabelInfo, DL, InsertBefore ? InsertBefore->getParent() : nullptr, in insertLabel()
937 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument
939 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel()
1027 DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument
1029 assert(LabelInfo && "empty or invalid DILabel* passed to dbg.label"); in insertLabel()
1032 LabelInfo->getScope()->getSubprogram() && in insertLabel()
1037 trackIfUnresolved(LabelInfo); in insertLabel()
1038 Value *Args[] = {MetadataAsValue::get(VMContext, LabelInfo)}; in insertLabel()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h86 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
879 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
886 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,