Searched refs:LabelInfo (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 925 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 928 LabelInfo, DL, InsertBefore ? InsertBefore->getParent() : nullptr, in insertLabel() 932 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 934 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel() 1022 DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 1024 assert(LabelInfo && "empty or invalid DILabel* passed to dbg.label"); in insertLabel() 1027 LabelInfo->getScope()->getSubprogram() && in insertLabel() 1032 trackIfUnresolved(LabelInfo); in insertLabel() 1033 Value *Args[] = {MetadataAsValue::get(VMContext, LabelInfo)}; in insertLabel()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 86 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 877 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 884 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
|