Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp33 TypeIndex CurrentTypeIndex) { in formatClassOptions() argument
41 Stream->findFullDeclForForwardRef(CurrentTypeIndex); in formatClassOptions()
46 const char *Direction = (*ETI == CurrentTypeIndex) in formatClassOptions()
48 : ((*ETI < CurrentTypeIndex) ? "<-" : "->"); in formatClassOptions()
222 CurrentTypeIndex = Index; in visitTypeBegin()
339 CurrentTypeIndex), in visitKnownRecord()
352 CurrentTypeIndex), in visitKnownRecord()
365 CurrentTypeIndex)); in visitKnownRecord()
H A DMinimalTypeDumper.h63 codeview::TypeIndex CurrentTypeIndex; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp26 TypeIndex CurrentTypeIndex = TypeIndex::None(); member in __anon3c283c820111::TypeNameComputer
58 CurrentTypeIndex = Index; in visitTypeBegin()
81 if (Indices[I] < CurrentTypeIndex) in visitKnownRecord()