HomeSort by: relevance | last modified time | path
    Searched refs:ClassParent (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyFunctionDumper.cpp 38 auto ClassParent =
41 if (!ClassParent)
44 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName();
61 auto ClassParent =
67 if ((ClassParent && CC == CallingConvention::ThisCall) ||
68 (!ClassParent && CC == CallingConvention::NearStdCall)) {
75 if (ClassParent) {
78 << ClassParent->getName();
85 if (ClassParent) {
87 << ClassParent->getName()
    [all...]
PrettyVariableDumper.cpp 144 auto ClassParent =
148 if (ClassParent) {
150 << ClassParent->getName();
llvm-pdbutil.cpp 1043 Ids &= ~(PdbSymbolIdField::ClassParent | PdbSymbolIdField::LexicalParent);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeEnum.cpp 42 const NativeTypeEnum &ClassParent);
56 const NativeTypeEnum &ClassParent;
64 NativeSession &Session, const NativeTypeEnum &ClassParent)
65 : Session(Session), ClassParent(ClassParent) {
69 ContinuationIndex = ClassParent.getEnumRecord().FieldList;
101 ClassParent.getEnumRecord().FieldList, Index,
102 ClassParent, Enumerators[Index]);
168 const NativeTypeEnum *ClassParent = nullptr;
170 ClassParent = this
    [all...]
NativeSymbolEnumerator.cpp 32 PdbSymbolIdField::ClassParent, ShowIdFields,
NativeTypePointer.cpp 41 PdbSymbolIdField::ClassParent, ShowIdFields,
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangleNodes.cpp 502 if (ClassParent) {
503 ClassParent->output(OS, Flags);
MicrosoftDemangle.cpp 865 if (PTN->ClassParent) {
2043 Pointer->ClassParent = demangleFullyQualifiedTypeName(MangledName);
2050 Pointer->ClassParent = demangleFullyQualifiedTypeName(MangledName);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBRawSymbol.h 28 ClassParent = 1 << 2,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 468 QualifiedNameNode *ClassParent = nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 240 RAW_ID_METHOD_DUMP(OS, classParentId, Session, PdbSymbolIdField::ClassParent,

Completed in 28 milliseconds