Home
last modified time | relevance | path

Searched refs:BinaryType (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVReader.h58 LVBinaryType BinaryType; variable
126 LVBinaryType BinaryType = LVBinaryType::NONE)
127 : BinaryType(BinaryType), OutputSplit(options().getOutputSplit()), in BinaryType() function
144 bool isBinaryTypeNone() const { return BinaryType == LVBinaryType::NONE; } in isBinaryTypeNone()
145 bool isBinaryTypeELF() const { return BinaryType == LVBinaryType::ELF; } in isBinaryTypeELF()
146 bool isBinaryTypeCOFF() const { return BinaryType == LVBinaryType::COFF; } in isBinaryTypeCOFF()
/external/perfetto/src/trace_processor/importers/elf/
Dbinary_info.h26 enum BinaryType { enum
35 BinaryType type;
Dbinary_info.cc196 BinaryType type = header.filetype == MH_DSYM ? BinaryType::kMachODsym in GetMachOBinaryInfo()
197 : BinaryType::kMachO; in GetMachOBinaryInfo()
234 return BinaryInfo{build_id, *load_bias, BinaryType::kElf}; in GetBinaryInfo()
/external/perfetto/src/profiling/symbolizer/
Dlocal_symbolizer.h36 enum BinaryType { enum
45 BinaryType type;
Dlocal_symbolizer.cc246 BinaryType type;
294 BinaryType type = header.filetype == MH_DSYM ? BinaryType::kMachODsym in GetMachOBinaryInfo()
295 : BinaryType::kMachO; in GetMachOBinaryInfo()
328 return BinaryInfo{*build_id, *load_bias, BinaryType::kElf}; in GetBinaryInfo()
370 if (it.first->second.type == BinaryType::kMachO && in BuildIdIndex()
371 binary_info->type == BinaryType::kMachODsym) { in BuildIdIndex()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Readers/
DLVBinaryReader.h148 LVBinaryType BinaryType) in LVBinaryReader() argument
149 : LVReader(Filename, FileFormatName, W, BinaryType) {} in LVBinaryReader()
/external/deqp/external/vulkancts/modules/vulkan/shader_object/
DvktShaderObjectPerformanceTests.cpp55 enum BinaryType enum
1073 …ShaderObjectBinaryPerformanceInstance(Context &context, BinaryType type) : vkt::TestInstance(conte… in ShaderObjectBinaryPerformanceInstance()
1083 const BinaryType m_type;
1184 …derObjectBinaryPerformanceCase(tcu::TestContext &testCtx, const std::string &name, BinaryType type) in ShaderObjectBinaryPerformanceCase()
1201 const BinaryType m_type;
/external/angle/src/common/
DPackedCLEnums_autogen.cpp2037 return ProgramBuildInfo::BinaryType; in FromCLenum()
2055 case ProgramBuildInfo::BinaryType: in ToCLenum()
2078 case ProgramBuildInfo::BinaryType: in operator <<()
DPackedCLEnums_autogen.h455 BinaryType = 3, enumerator
/external/angle/src/libANGLE/
DvalidationCL.cpp1226 ProgramBuildInfo::BinaryType, sizeof(cl_program_binary_type), in ValidateBuildProgram()
1314 case ProgramBuildInfo::BinaryType: in ValidateGetProgramBuildInfo()
3345 if (IsError(program.getBuildInfo(device.getNative(), ProgramBuildInfo::BinaryType, in ValidateLinkProgram()
/external/angle/src/libANGLE/renderer/vulkan/
DCLProgramVk.cpp721 case cl::ProgramBuildInfo::BinaryType: in getBuildInfo()
/external/pytorch/aten/src/ATen/cpu/vec/vec256/zarch/
Dvec256_zarch.h76 using BinaryType = typename VecBinaryType<sizeof(T)>::type;
86 using BinaryType = typename VecBinaryType<sizeof(signed long long)>::type;
93 using ZSimdVectBinary = typename VecInnerType<T>::BinaryType;
/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp2631 class BinaryType, \
2637 AllocatorType, JSONSerializer, BinaryType, CustomBaseClass>
3437 class BinaryType = std::vector<std::uint8_t>, // cppcheck-suppress syntaxError
5917 template<typename BinaryType>
5918 class byte_container_with_subtype : public BinaryType
5921 using container_type = BinaryType;
5955 return std::tie(static_cast<const BinaryType&>(*this), m_subtype, m_has_subtype) == in operator ==()
5956 std::tie(static_cast<const BinaryType&>(rhs), rhs.m_subtype, rhs.m_has_subtype); in operator ==()
19695 using binary_t = nlohmann::byte_container_with_subtype<BinaryType>;
/external/ublksrv/include/nlohmann/
Djson.hpp2496 class BinaryType>
2501 AllocatorType, JSONSerializer, BinaryType>
3285 class BinaryType = std::vector<std::uint8_t>>
5633 template<typename BinaryType>
5634 class byte_container_with_subtype : public BinaryType
5637 using container_type = BinaryType;
5671 return std::tie(static_cast<const BinaryType&>(*this), m_subtype, m_has_subtype) == in operator ==()
5672 std::tie(static_cast<const BinaryType&>(rhs), rhs.m_subtype, rhs.m_has_subtype); in operator ==()
19205 using binary_t = nlohmann::byte_container_with_subtype<BinaryType>;