HomeSort by relevance Sort by last modified time
    Searched refs:DebugInfo (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /external/swiftshader/third_party/SPIRV-Tools/test/
ext_inst.debuginfo_test.cpp 18 #include "DebugInfo.h"
24 // involving the DebugInfo extended instruction set.
27 // See https://www.khronos.org/registry/spir-v/specs/1.0/DebugInfo.html
50 "%1 = OpExtInstImport \"DebugInfo\"\n"
57 {MakeInstruction(SpvOpExtInstImport, {1}, MakeVector("DebugInfo")),
144 4, uint32_t(DebugInfo##E0) \
151 4, 5, uint32_t(DebugInfo##E0) \
227 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum \
235 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum, 8 \
243 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum, 8, 9
    [all...]
  /art/compiler/debug/
elf_symtab_writer.h 50 const DebugInfo& debug_info) {
  /external/tensorflow/tensorflow/core/common_runtime/
colocation_graph.h 229 string DebugInfo(const int node_root);
colocation_graph.cc 659 DebugInfo(x_root), DebugInfo(y_root));
745 string debug_info = DebugInfo(node_root);
    [all...]
  /external/bcc/src/cc/
bcc_debug.cc 22 #include <llvm/DebugInfo/DWARF/DWARFContext.h>
23 #include <llvm/DebugInfo/DWARF/DWARFDebugLine.h>
  /art/dexlayout/
compact_dex_writer.cc 63 if (code_item != nullptr && code_item->DebugInfo() != nullptr) {
64 const uint32_t debug_info_offset = code_item->DebugInfo()->GetOffset();
251 if (code_item != nullptr && code_item->DebugInfo() != nullptr) {
252 const dex_ir::DebugInfoItem* debug_item = code_item->DebugInfo();
353 debug_info_item = code_item->DebugInfo();
dex_verify.cc     [all...]
  /external/v8/src/objects/
shared-function-info-inl.h 634 return DebugInfo::cast(maybe_script)->script();
642 DebugInfo::cast(maybe_debug_info)->set_script(script);
652 DebugInfo* SharedFunctionInfo::GetDebugInfo() const {
654 return DebugInfo::cast(script_or_debug_info());
657 void SharedFunctionInfo::SetDebugInfo(DebugInfo* debug_info) {
shared-function-info.h 20 class DebugInfo;
363 // Break infos are contained in DebugInfo, this is a convenience method
368 // Coverage infos are contained in DebugInfo, this is a convenience method
381 // - a DebugInfo which holds the actual script [HasDebugInfo()].
389 inline DebugInfo* GetDebugInfo() const;
390 inline void SetDebugInfo(DebugInfo* debug_info);
  /external/deqp-deps/SPIRV-Tools/utils/
generate_vim_syntax.py 153 parser.add_argument('--extinst-debuginfo-grammar', metavar='<path>',
155 help='input JSON grammar file for DebugInfo extended '
187 print('\n" DebugInfo extended instructions')
188 debuginfo = json.loads(open(args.extinst_debuginfo_grammar).read())
189 for inst in debuginfo["instructions"]:
191 print('\n" DebugInfo operand enums')
192 for operand_kind in debuginfo["operand_kinds"]:
  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
RequestParams.php 59 * Generated from protobuf field <code>.grpc.testing.DebugInfo debug_info = 11;</code>
313 * Generated from protobuf field <code>.grpc.testing.DebugInfo debug_info = 11;</code>
314 * @return \Grpc\Testing\DebugInfo
322 * Generated from protobuf field <code>.grpc.testing.DebugInfo debug_info = 11;</code>
323 * @param \Grpc\Testing\DebugInfo $var
328 GPBUtil::checkMessage($var, \Grpc\Testing\DebugInfo::class);
  /external/swiftshader/third_party/SPIRV-Tools/utils/
generate_vim_syntax.py 153 parser.add_argument('--extinst-debuginfo-grammar', metavar='<path>',
155 help='input JSON grammar file for DebugInfo extended '
187 print('\n" DebugInfo extended instructions')
188 debuginfo = json.loads(open(args.extinst_debuginfo_grammar).read())
189 for inst in debuginfo["instructions"]:
191 print('\n" DebugInfo operand enums')
192 for operand_kind in debuginfo["operand_kinds"]:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 14 #include "llvm/DebugInfo/Symbolize/Symbolize.h"
21 #include "llvm/DebugInfo/DWARF/DWARFContext.h"
22 #include "llvm/DebugInfo/PDB/PDB.h"
23 #include "llvm/DebugInfo/PDB/PDBContext.h"
403 const codeview::DebugInfo *DebugInfo;
405 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName);
406 if (!EC && DebugInfo != nullptr && !PDBFileName.empty()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-account.cpp 229 std::string DebugInfo;
279 Row.DebugInfo = FuncIdHelper.FileLineAndColumn(FuncId);
403 << " " << Row.DebugInfo << ": " << Row.Function << "\n";
413 << ",\"" << Row.DebugInfo << "\",\"" << Row.Function << "\"\n";
  /external/swiftshader/third_party/SPIRV-Tools/
Android.mk 177 # TODO(dneto): I expect the DebugInfo grammar file to eventually migrate to SPIRV-Headers
178 SPV_DEBUGINFO_GRAMMAR=$(LOCAL_PATH)/source/extinst.debuginfo.grammar.json
192 --extinst-debuginfo-grammar=$(SPV_DEBUGINFO_GRAMMAR) \
204 --extinst-debuginfo-grammar=$(SPV_DEBUGINFO_GRAMMAR) \
214 --extinst-debuginfo-grammar=$(SPV_DEBUGINFO_GRAMMAR) \
224 --extinst-debuginfo-grammar=$(SPV_DEBUGINFO_GRAMMAR) \
233 $(1)/debuginfo.insts.inc \
245 # $2 is the base name of the header file, e.g. "DebugInfo".
258 # We generate language-specific headers for DebugInfo
259 $(eval $(call gen_spvtools_lang_headers,$(SPVTOOLS_OUT_PATH),DebugInfo,$(SPV_DEBUGINFO_GRAMMAR))
    [all...]
  /external/v8/src/
api-arguments-inl.h 52 if (ISOLATE->debug_execution_mode() == DebugInfo::kSideEffects && \
111 if (isolate->debug_execution_mode() == DebugInfo::kSideEffects &&
objects-definitions.h 301 V(DEBUG_INFO, DebugInfo, debug_info) \
  /external/v8/src/runtime/
runtime-debug.cc 49 if (isolate->debug_execution_mode() == DebugInfo::kBreakpoints) {
64 if (isolate->debug_execution_mode() == DebugInfo::kSideEffects) {
609 DCHECK_EQ(isolate->debug_execution_mode(), DebugInfo::kBreakpoints);
612 if (isolate->debug_execution_mode() == DebugInfo::kSideEffects &&
  /external/v8/src/heap/
heap-inl.h 558 if (last_id == DebugInfo::DebuggingIdBits::kMax) {
559 last_id = DebugInfo::kNoDebuggingId;
  /art/compiler/debug/dwarf/
dwarf_test.cc 276 TEST_F(DwarfTest, DebugInfo) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
COFFDumper.cpp 25 #include "llvm/DebugInfo/CodeView/CVTypeVisitor.h"
26 #include "llvm/DebugInfo/CodeView/CodeView.h"
27 #include "llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h"
28 #include "llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h"
29 #include "llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h"
30 #include "llvm/DebugInfo/CodeView/DebugLinesSubsection.h"
31 #include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"
32 #include "llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h"
33 #include "llvm/DebugInfo/CodeView/Line.h"
34 #include "llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 92 struct DebugInfo {
822 DIType *DebugInfo::getDoubleTy() {
830 void DebugInfo::emitLocation(ExprAST *AST) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 92 struct DebugInfo {
822 DIType *DebugInfo::getDoubleTy() {
830 void DebugInfo::emitLocation(ExprAST *AST) {
    [all...]
  /external/v8/src/builtins/
builtins-internal-gen.cc 197 TNode<DebugInfo> debug_info = CAST(maybe_debug_info);
199 CAST(LoadObjectField(debug_info, DebugInfo::kFlagsOffset));
200 GotoIfNot(SmiToInt32(SmiAnd(flags, SmiConstant(DebugInfo::kBreakAtEntry))),
    [all...]
  /art/dex2oat/linker/
oat_writer.h 249 debug::DebugInfo GetDebugInfo() const;

Completed in 1073 milliseconds

1 23 4 5