Home
last modified time | relevance | path

Searched defs:SetEntry (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp273 struct SetEntry { struct
274 SetEntry() : id(0), MIB() {} in SetEntry() argument
275 bool Empty() { return id == 0; } in Empty()
276 void Print() { in Print()
281 u64 id;
282 MemInfoBlock MIB;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp62 void SetEntry(ValueObjectSP entry) { m_entry_sp = entry; } in SetEntry() function in __anon591da4050111::ListEntry
H A DLibCxxMap.cpp74 void SetEntry(ValueObjectSP entry) { m_entry_sp = entry; } in SetEntry() function in MapEntry