Searched refs:diScope (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.cpp | 129 while(diScope.size() > 0) in Finalize() 131 emitPending(diScope.back(), builder); in Finalize() 132 diScope.pop_back(); in Finalize() 147 if(!diScope.empty()) in Flush() 149 emitPending(diScope.back(), builder); in Flush() 158 while(diScope.size() > newsize) in syncScope() 160 auto &scope = diScope.back(); in syncScope() 162 int(diScope.size() - 1), scope.di, in syncScope() 166 diScope.pop_back(); in syncScope() 170 if(backtrace.size() < diScope.size()) in syncScope() [all …]
|
D | LLVMReactorDebugInfo.hpp | 165 std::vector<Scope> diScope; member in rr::DebugInfo
|
/external/swiftshader/docs/ |
D | ReactorDebugInfo.md | 150 rr::DebugInfo::diScope[0].di: ↳ DISubprogram: "main" 151 rr::DebugInfo::diScope[1].di: ↳ DISubprogram: "A" 152 rr::DebugInfo::diScope[2].di: ↳ DISubprogram: "B" 159 rr::DebugInfo::diScope[0].location: ↳ DILocation(DISubprogram: "main") 160 rr::DebugInfo::diScope[1].location: ↳ DILocation(DISubprogram: "A") 161 rr::DebugInfo::diScope[2].location: ↳ DILocation(DISubprogram: "B") 167 `rr::DebugInfo::diScope` is updated by `rr::DebugInfo::syncScope()`. 210 rr::DebugInfo::diScope[0].di: ↳ DISubprogram: "main" 213 rr::DebugInfo::diScope[1].di: | ↳ DILexicalBlock: "A".2 214 rr::DebugInfo::diScope[2].di: ↳ DISubprogram: "B" [all …]
|
/external/llvm/bindings/go/llvm/ |
D | dibuilder.go | 163 func (d *DIBuilder) CreateLexicalBlock(diScope Metadata, b DILexicalBlock) Metadata { 166 diScope.C, 174 func (d *DIBuilder) CreateLexicalBlockFile(diScope Metadata, diFile Metadata, discriminator int) Me… 175 result := C.LLVMDIBuilderCreateLexicalBlockFile(d.ref, diScope.C, diFile.C, 195 func (d *DIBuilder) CreateFunction(diScope Metadata, f DIFunction) Metadata { 202 diScope.C,
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | dibuilder.go | 177 func (d *DIBuilder) CreateLexicalBlock(diScope Metadata, b DILexicalBlock) Metadata { 180 diScope.C, 188 func (d *DIBuilder) CreateLexicalBlockFile(diScope Metadata, diFile Metadata, discriminator int) Me… 189 result := C.LLVMDIBuilderCreateLexicalBlockFile(d.ref, diScope.C, diFile.C, 209 func (d *DIBuilder) CreateFunction(diScope Metadata, f DIFunction) Metadata { 216 diScope.C,
|