Home
last modified time | relevance | path

Searched refs:GetUUIDBytes (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleSpec.i83 GetUUIDBytes ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h74 const uint8_t *GetUUIDBytes();
H A DSBModule.h103 const uint8_t *GetUUIDBytes() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp129 const uint8_t *SBModuleSpec::GetUUIDBytes() { in GetUUIDBytes() function in SBModuleSpec
H A DSBModule.cpp157 const uint8_t *SBModule::GetUUIDBytes() const { in GetUUIDBytes() function in SBModule
158 LLDB_RECORD_METHOD_CONST_NO_ARGS(const uint8_t *, SBModule, GetUUIDBytes); in GetUUIDBytes()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp36125 result = (uint8_t *)(arg1)->GetUUIDBytes(); in _wrap_SBModuleSpec_GetUUIDBytes()