Searched refs:section_type (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/
H A Dcodegen.hpp46 enum module::section::type section_type);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/
H A Dcodegen.hpp46 enum binary::section::type section_type);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/codegen/
H A Dbitcode.cpp84 enum module::section::type section_type) {
87 m.secs.emplace_back(0, section_type, code.size(), code);
83 build_module_library(const::llvm::Module & mod,enum module::section::type section_type) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/codegen/
H A Dbitcode.cpp75 enum binary::section::type section_type) {
78 b.secs.emplace_back(0, section_type, code.size(), code);
74 build_module_library(const::llvm::Module & mod,enum binary::section::type section_type) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp124 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 in function:clover::spirv::link_program
882 b.secs.emplace_back(make_text_section(final_binary, section_type));
123 make_text_section(const std::string & code,enum binary::section::type section_type) argument

Completed in 9 milliseconds