Searched defs:UUID (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h140 std::vector<uint8_t> UUID; member in class:llvm::gsym::GsymCreator
H A DHeader.h86 uint8_t UUID[GSYM_MAX_UUID_SIZE]; member in struct:llvm::gsym::Header
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUUID.h22 class UUID { class in namespace:lldb_private
95 UUID(llvm::ArrayRef<uint8_t> bytes) : m_bytes(bytes.begin(), bytes.end()) {} function in class:lldb_private::UUID
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DInterfaceFile.cpp74 void InterfaceFile::addUUID(const Target &Target_, StringRef UUID) { argument
88 void InterfaceFile::addUUID(const Target &Target, uint8_t UUID[16]) { argument
H A DTextStubCommon.cpp212 auto UUID = Split.second.trim(); local
H A DTextStub.cpp344 static void mapping(IO &IO, UUIDv4 &UUID) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h33 ModuleSpec(const FileSpec &file_spec, const UUID &uuid = UUID()) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp155 raw_ostream &raw_ostream::write_uuid(const uuid_t UUID) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h83 uint8_t UUID[16]; member in struct:llvm::COFF::BigObjHeader
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp80 raw_ostream::uuid_t UUID; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp306 void BitcodeReaderMetadataList::addTypeRef(MDString &UUID, argument
316 auto *UUID = dyn_cast_or_null<MDString>(MaybeUUID); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h93 uint8_t UUID[16]; member in struct:llvm::object::coff_bigobj_file_header

Completed in 173 milliseconds