Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp36 TypeIndex CurrentTypeIndex) { in formatClassOptions() argument
44 Stream->findFullDeclForForwardRef(CurrentTypeIndex); in formatClassOptions()
49 const char *Direction = (*ETI == CurrentTypeIndex) in formatClassOptions()
51 : ((*ETI < CurrentTypeIndex) ? "<-" : "->"); in formatClassOptions()
225 CurrentTypeIndex = Index; in visitTypeBegin()
342 CurrentTypeIndex), in visitKnownRecord()
355 CurrentTypeIndex), in visitKnownRecord()
368 CurrentTypeIndex)); in visitKnownRecord()
DMinimalTypeDumper.h63 codeview::TypeIndex CurrentTypeIndex; variable
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp30 TypeIndex CurrentTypeIndex = TypeIndex::None(); member in __anon0ceff7530111::TypeNameComputer
62 CurrentTypeIndex = Index; in visitTypeBegin()
85 if (Indices[I] < CurrentTypeIndex) in visitKnownRecord()