Searched refs:fromData (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUUID.h28 static UUID fromData(const void *bytes, uint32_t num_bytes) { function in class:lldb_private::UUID
30 return fromData({reinterpret_cast<const uint8_t *>(bytes), num_bytes});
36 static UUID fromData(llvm::ArrayRef<uint8_t> bytes) { return UUID(bytes); } function in class:lldb_private::UUID
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp105 *this = fromData(bytes);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h124 SMTConv::fromData(Solver, SD->getSymbolID(), Ty, Ctx.getTypeSize(Ty));
H A DSMTConv.h322 static inline llvm::SMTExprRef fromData(llvm::SMTSolverRef &Solver, function in class:clang::ento::SMTConv
425 return fromData(Solver, SD->getSymbolID(), Sym->getType(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp121 return UUID::fromData(&data, os == llvm::Triple::Win32 ? sizeof(data)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp600 uuid = UUID::fromData(&data, sizeof(data));
606 uuid = UUID::fromData(data, sizeof(data));
767 m_uuid = UUID::fromData(data, sizeof(data));
775 m_uuid = UUID::fromData(&data, sizeof(data));
1114 uuid = UUID::fromData(buf, note.n_descsz);

Completed in 105 milliseconds