Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp32 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session, in dump()
35 dumpSymbolIdField(OS, "lexicalParentId", getLexicalParentId(), Indent, in dump()
39 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
H A DNativeTypePointer.cpp41 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session, in dump()
45 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
48 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
H A DNativeTypeArray.cpp33 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session, in dump()
36 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
H A DNativeTypeFunctionSig.cpp38 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
115 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
121 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
H A DNativeTypeEnum.cpp136 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
140 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
143 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump()
H A DNativeTypeUDT.cpp45 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
49 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump()
H A DNativeTypeTypedef.cpp19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
H A DNativeCompilandSymbol.cpp32 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
H A DNativeTypeVTShape.cpp20 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
H A DNativeRawSymbol.cpp26 dumpSymbolIdField(OS, "symIndexId", SymbolId, Indent, Session, in dump()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp186 void llvm::pdb::dumpSymbolIdField(raw_ostream &OS, StringRef Name, in dumpSymbolIdField() function in llvm::pdb
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h40 void dumpSymbolIdField(raw_ostream &OS, StringRef Name, SymIndexId Value,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp152 dumpSymbolIdField(OS, Name, Value, Indent, Session, FieldId, ShowFlags, in DumpDIAIdValue()