HomeSort by: relevance | last modified time | path
    Searched refs:section_type (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/
codegen.hpp 46 enum binary::section::type section_type);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/
codegen.hpp 46 enum module::section::type section_type);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/codegen/
bitcode.cpp 75 enum binary::section::type section_type) {
78 b.secs.emplace_back(0, section_type, code.size(), code);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/codegen/
bitcode.cpp 84 enum module::section::type section_type) {
87 m.secs.emplace_back(0, section_type, code.size(), code);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/spirv/
invocation.cpp 124 enum binary::section::type section_type) {
126 binary::section text { 0, section_type, header.num_bytes, {} };
824 const auto section_type = create_library ? binary::section::text_library : local
882 b.secs.emplace_back(make_text_section(final_binary, section_type));

Completed in 9 milliseconds