Searched refs:CurrentTypeIndex (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 37 TypeIndex CurrentTypeIndex) { in formatClassOptions() argument 45 Stream->findFullDeclForForwardRef(CurrentTypeIndex); in formatClassOptions() 50 const char *Direction = (*ETI == CurrentTypeIndex) in formatClassOptions() 52 : ((*ETI < CurrentTypeIndex) ? "<-" : "->"); in formatClassOptions() 227 CurrentTypeIndex = Index; in visitTypeBegin() 344 CurrentTypeIndex), in visitKnownRecord() 357 CurrentTypeIndex), in visitKnownRecord() 370 CurrentTypeIndex)); in visitKnownRecord()
|
H A D | MinimalTypeDumper.h | 63 codeview::TypeIndex CurrentTypeIndex; variable
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 30 TypeIndex CurrentTypeIndex = TypeIndex::None(); member in __anon36d9db6a0111::TypeNameComputer 62 CurrentTypeIndex = Index; in visitTypeBegin() 85 if (Indices[I] < CurrentTypeIndex) in visitKnownRecord()
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 500 CurrentTypeIndex = TI; in visitTypeBegin() 567 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord() 575 CurrentTypeIndex); in visitKnownRecord() 578 Shared->TypeRecords.add(StreamIdx, CurrentTypeIndex, Class.getName()); in visitKnownRecord() 585 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord() 598 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord() 612 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord() 619 Shared->TypeRecords.add(StreamTPI, CurrentTypeIndex, {}); in visitKnownRecord() 643 Shared->LineRecords.push_back(CurrentTypeIndex); in visitKnownRecord() 661 CurrentTypeIndex); in visitKnownRecord() [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 54 TypeIndex CurrentTypeIndex = TypeIndex::None();
|