Home
last modified time | relevance | path

Searched refs:target_data (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/amd/common/
Dac_rtld.c490 Elf_Data *target_data = elf_getdata(target_scn, NULL); in get_section_by_name() local
491 if (!target_data) { in get_section_by_name()
496 *data = target_data->d_buf; in get_section_by_name()
497 *nbytes = target_data->d_size; in get_section_by_name()
617 Elf_Data *target_data = elf_getdata(target_scn, NULL); in apply_relocs() local
618 report_elf_if(!target_data); in apply_relocs()
636 const char *orig_base = target_data->d_buf; in apply_relocs()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser.cpp1024 const std::vector<WideString>& target_data = pXMLInstruction->GetTargetData(); in ParseInstruction() local
1026 if (target_data.size() > 1 && in ParseInstruction()
1027 (pXFANode->GetDocument()->RecognizeXFAVersionNumber(target_data[0]) != in ParseInstruction()
1029 target_data[1].EqualsASCII("v2.7-scripting:1")) { in ParseInstruction()
1035 if (target_data.size() > 1 && target_data[0].EqualsASCII("JavaScript") && in ParseInstruction()
1036 target_data[1].EqualsASCII("strictScoping")) { in ParseInstruction()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp375 TargetData& target_data = id_to_decoration_insts_[target_id]; in AddDecoration() local
376 target_data.indirect_decorations.push_back(inst); in AddDecoration()
433 const TargetData& target_data = ids_iter->second; in InternalGetDecorationsFor() local
450 for (const Instruction* inst : target_data.indirect_decorations) { in InternalGetDecorationsFor()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp372 TargetData& target_data = id_to_decoration_insts_[target_id]; in AddDecoration() local
373 target_data.indirect_decorations.push_back(inst); in AddDecoration()
430 const TargetData& target_data = ids_iter->second; in InternalGetDecorationsFor() local
447 for (const Instruction* inst : target_data.indirect_decorations) { in InternalGetDecorationsFor()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Ddecoration_manager.cpp375 TargetData& target_data = id_to_decoration_insts_[target_id]; in AddDecoration() local
376 target_data.indirect_decorations.push_back(inst); in AddDecoration()
433 const TargetData& target_data = ids_iter->second; in InternalGetDecorationsFor() local
450 for (const Instruction* inst : target_data.indirect_decorations) { in InternalGetDecorationsFor()
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlparser.cpp527 WideString target_data = GetTextData(); in ProcessTargetData() local
528 if (target_data.IsEmpty()) in ProcessTargetData()
533 instruction->AppendData(target_data); in ProcessTargetData()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoy.ml30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoy.ml30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoy.ml30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoy.ml30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoy.ml31 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoy.ml31 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/llvm-project/openmp/runtime/src/include/
Domp-tools.h.var970 ompt_data_t *target_data,
1011 ompt_data_t *target_data,
1034 ompt_data_t *target_data,
1065 ompt_data_t *target_data,
/external/llvm/test/Bindings/OCaml/
Dexecutionengine.ml105 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
/external/llvm-project/llvm/test/Bindings/OCaml/
Dexecutionengine.ml105 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp110 InterpreterStackFrame(DataLayout &target_data, in InterpreterStackFrame() argument
114 : m_target_data(target_data), m_execution_unit(execution_unit), in InterpreterStackFrame()
116 m_byte_order = (target_data.isLittleEndian() ? lldb::eByteOrderLittle in InterpreterStackFrame()
118 m_addr_byte_size = (target_data.getPointerSize(0)); in InterpreterStackFrame()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPKinds.def47 __OMP_DIRECTIVE_EXT(target_data, "target data")
/external/clang/include/clang/Basic/
DOpenMPKinds.def163 OPENMP_DIRECTIVE_EXT(target_data, "target data")
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c2106 char *target_data, *dup_data; in duplicate() local
2114 target_data = target_buffer->data; in duplicate()
2116 target_data = in duplicate()
2119 if(target_data == NULL) { in duplicate()
2142 res = memcmp(target_data, dup_data, size); in duplicate()
/external/llvm-project/llvm/docs/tutorial/
DOCamlLangImpl4.rst145 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
878 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
DOCamlLangImpl7.rst453 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
1677 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/llvm/docs/tutorial/
DOCamlLangImpl4.rst145 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
878 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
DOCamlLangImpl7.rst453 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
1677 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;

12