Searched refs:LabelInfo (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 868 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 871 LabelInfo, DL, InsertBefore ? InsertBefore->getParent() : nullptr, in insertLabel() 875 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 877 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel() 966 DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument 968 assert(LabelInfo && "empty or invalid DILabel* passed to dbg.label"); in insertLabel() 971 LabelInfo->getScope()->getSubprogram() && in insertLabel() 976 trackIfUnresolved(LabelInfo); in insertLabel() 977 Value *Args[] = {MetadataAsValue::get(VMContext, LabelInfo)}; in insertLabel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 86 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 820 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 827 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
|