Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp37 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 DMinimalTypeDumper.h63 codeview::TypeIndex CurrentTypeIndex; variable
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp30 TypeIndex CurrentTypeIndex = TypeIndex::None(); member in __anoncf3709690111::TypeNameComputer
62 CurrentTypeIndex = Index; in visitTypeBegin()
85 if (Indices[I] < CurrentTypeIndex) in visitKnownRecord()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp506 CurrentTypeIndex = TI; in visitTypeBegin()
573 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord()
581 CurrentTypeIndex); in visitKnownRecord()
584 Shared->TypeRecords.add(StreamIdx, CurrentTypeIndex, Class.getName()); in visitKnownRecord()
591 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord()
604 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord()
618 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord()
625 Shared->TypeRecords.add(StreamTPI, CurrentTypeIndex, {}); in visitKnownRecord()
649 Shared->LineRecords.push_back(CurrentTypeIndex); in visitKnownRecord()
667 CurrentTypeIndex); in visitKnownRecord()
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h54 TypeIndex CurrentTypeIndex = TypeIndex::None();