Searched refs:DILexicalBlock (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/docs/ |
D | ReactorDebugInfo.md | 202 backwards, and forks the current `llvm::DILexicalBlock` for the function. This 203 results in a number of `llvm::DILexicalBlock` chains, each declaring variables 212 | ↳ DILexicalBlock: "A".1 213 rr::DebugInfo::diScope[1].di: | ↳ DILexicalBlock: "A".2 222 rr::DebugInfo::diScope[1].location: ↳ DILocation(DILexicalBlock: "A".2)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.def | 101 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILexicalBlock)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Metadata.def | 100 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILexicalBlock)
|
D | DebugInfoMetadata.h | 1865 class DILexicalBlock : public DILexicalBlockBase { 1872 DILexicalBlock(LLVMContext &C, StorageType Storage, unsigned Line, in DILexicalBlock() function 1878 ~DILexicalBlock() = default; 1880 static DILexicalBlock *getImpl(LLVMContext &Context, DILocalScope *Scope, 1889 static DILexicalBlock *getImpl(LLVMContext &Context, Metadata *Scope, 1899 DEFINE_MDNODE_GET(DILexicalBlock, (DILocalScope * Scope, DIFile *File, 1902 DEFINE_MDNODE_GET(DILexicalBlock, (Metadata * Scope, Metadata *File,
|
D | DIBuilder.h | 758 DILexicalBlock *createLexicalBlock(DIScope *Scope, DIFile *File,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 671 DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() 679 DEFINE_GETIMPL_LOOKUP(DILexicalBlock, (Scope, File, Line, Column)); in getImpl() 681 DEFINE_GETIMPL_STORE(DILexicalBlock, (Line, Column), Ops); in getImpl()
|
D | LLVMContextImpl.h | 728 template <> struct MDNodeKeyImpl<DILexicalBlock> { 736 MDNodeKeyImpl(const DILexicalBlock *N) 740 bool isKeyOf(const DILexicalBlock *RHS) const {
|
D | DIBuilder.cpp | 844 DILexicalBlock *DIBuilder::createLexicalBlock(DIScope *Scope, DIFile *File, in createLexicalBlock() 848 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()
|
D | AsmWriter.cpp | 1978 static void writeDILexicalBlock(raw_ostream &Out, const DILexicalBlock *N, in writeDILexicalBlock()
|
D | Verifier.cpp | 1165 void Verifier::visitDILexicalBlock(const DILexicalBlock &N) { in visitDILexicalBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 2761 const DILexicalBlock *DILB = dyn_cast<DILexicalBlock>(Scope.getScopeNode()); in collectLexicalBlockInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 1593 GET_OR_DISTINCT(DILexicalBlock, in parseOneMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 317 void writeDILexicalBlock(const DILexicalBlock *N, 1697 void ModuleBitcodeWriter::writeDILexicalBlock(const DILexicalBlock *N, in writeDILexicalBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4738 DILexicalBlock, (Context, scope.Val, file.Val, line.Val, column.Val)); in ParseDILexicalBlock()
|