Home
last modified time | relevance | path

Searched refs:fromData (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DUUID.h32 static UUID fromData(const void *bytes, uint32_t num_bytes) { in fromData() function
34 return fromData({reinterpret_cast<const uint8_t *>(bytes), num_bytes}); in fromData()
40 static UUID fromData(llvm::ArrayRef<uint8_t> bytes) { return UUID(bytes); } in fromData() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DUUID.cpp106 *this = fromData(bytes); in SetFromStringRef()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp90 return UUID::fromData(pdb70_uuid->Uuid, sizeof(pdb70_uuid->Uuid)); in GetModuleUUID()
92 return UUID::fromData(pdb70_uuid, sizeof(*pdb70_uuid)); in GetModuleUUID()
95 return UUID::fromData(cv_record); in GetModuleUUID()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h319 static inline SMTExprRef fromData(SMTSolverRef &Solver, const SymbolID ID, in fromData() function
415 return fromData(Solver, SD->getSymbolID(), Sym->getType(), in getSymExpr()
H A DSMTConstraintManager.h120 SMTConv::fromData(Solver, SD->getSymbolID(), Ty, Ctx.getTypeSize(Ty)); in getSymVal()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp129 return UUID::fromData(&data, os == llvm::Triple::Win32 ? 20 : 16); in parseModuleId()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp740 uuid = UUID::fromData(&data, sizeof(data)); in GetModuleSpecifications()
746 uuid = UUID::fromData(data, sizeof(data)); in GetModuleSpecifications()
924 m_uuid = UUID::fromData(data, sizeof(data)); in GetUUID()
933 m_uuid = UUID::fromData(&data, sizeof(data)); in GetUUID()
1290 uuid = UUID::fromData(buf, note.n_descsz); in RefineModuleDetailsFromNote()