Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp119 class LVTypeRecords { class
133 LVTypeRecords(LVShared *Shared) : Shared(Shared) {} in LVTypeRecords() function in llvm::logicalview::__anond7e39c940211::LVTypeRecords
306 LVTypeRecords TypeRecords;
323 void LVTypeRecords::add(uint32_t StreamIdx, TypeIndex TI, TypeLeafKind Kind, in add()
331 void LVTypeRecords::add(uint32_t StreamIdx, TypeIndex TI, StringRef Name) { in add()
336 LVElement *LVTypeRecords::find(uint32_t StreamIdx, TypeIndex TI, bool Create) { in find()
358 TypeIndex LVTypeRecords::find(uint32_t StreamIdx, StringRef Name) { in find()