Home
last modified time | relevance | path

Searched refs:DILexicalBlock (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/docs/
DReactorDebugInfo.md202 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/
DMetadata.def101 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILexicalBlock)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.def100 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILexicalBlock)
DDebugInfoMetadata.h1865 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,
DDIBuilder.h758 DILexicalBlock *createLexicalBlock(DIScope *Scope, DIFile *File,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp671 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()
DLLVMContextImpl.h728 template <> struct MDNodeKeyImpl<DILexicalBlock> {
736 MDNodeKeyImpl(const DILexicalBlock *N)
740 bool isKeyOf(const DILexicalBlock *RHS) const {
DDIBuilder.cpp844 DILexicalBlock *DIBuilder::createLexicalBlock(DIScope *Scope, DIFile *File, in createLexicalBlock()
848 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()
DAsmWriter.cpp1978 static void writeDILexicalBlock(raw_ostream &Out, const DILexicalBlock *N, in writeDILexicalBlock()
DVerifier.cpp1165 void Verifier::visitDILexicalBlock(const DILexicalBlock &N) { in visitDILexicalBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2761 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/
DMetadataLoader.cpp1593 GET_OR_DISTINCT(DILexicalBlock, in parseOneMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp317 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/
DLLParser.cpp4738 DILexicalBlock, (Context, scope.Val, file.Val, line.Val, column.Val)); in ParseDILexicalBlock()