Searched refs:fromData (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | UUID.h | 32 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 D | UUID.cpp | 106 *this = fromData(bytes); in SetFromStringRef()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 90 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 D | SMTConv.h | 319 static inline SMTExprRef fromData(SMTSolverRef &Solver, const SymbolID ID, in fromData() function 415 return fromData(Solver, SD->getSymbolID(), Sym->getType(), in getSymExpr()
|
| H A D | SMTConstraintManager.h | 120 SMTConv::fromData(Solver, SD->getSymbolID(), Ty, Ctx.getTypeSize(Ty)); in getSymVal()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 129 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 D | ObjectFileELF.cpp | 740 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()
|