Searched refs:LabelInfo (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-file-writer-interface.h | 25 struct LabelInfo { struct
|
H A D | embedded-file-writer.h | 185 std::vector<LabelInfo> label_info_[Builtins::kBuiltinCount];
|
H A D | embedded-file-writer.cc | 87 const std::vector<LabelInfo>& current_labels = label_info_[builtin_id]; in WriteBuiltin()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A 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() 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() 965 insertLabel( DILabel *LabelInfo, const DILocation *DL, BasicBlock *InsertBB, Instruction *InsertBefore) insertLabel() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 86 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 817 /// \param LabelInfo Label's debug info descriptor. 820 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL, 824 /// \param LabelInfo Label's debug info descriptor. 827 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
|
Completed in 6 milliseconds