HomeSort by: relevance | last modified time | path
    Searched defs:printTypeIndex (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndex.cpp 92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName,
SymbolDumper.cpp 54 void printTypeIndex(StringRef FieldName, TypeIndex TI);
99 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) {
100 codeview::printTypeIndex(W, FieldName, TI, Types);
186 printTypeIndex("Type", BPRel.Type);
193 printTypeIndex("BuildId", BuildInfo.BuildId);
206 printTypeIndex("Type", CallSiteInfo.Type);
223 printTypeIndex("Index", FileStatic.Index);
290 printTypeIndex("Type", Constant.Type);
302 printTypeIndex("Type", Data.Type);
445 printTypeIndex("Type", HeapAllocSite.Type)
    [all...]
TypeDumpVisitor.cpp 161 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const {
162 codeview::printTypeIndex(*W, FieldName, TI, TpiTypes);
166 codeview::printTypeIndex(*W, FieldName, TI, getSourceTypes());
230 printTypeIndex("ArgType", Indices[I]);
250 printTypeIndex("FieldList", Class.getFieldList());
251 printTypeIndex("DerivedFrom", Class.getDerivationList());
252 printTypeIndex("VShape", Class.getVTableShape());
264 printTypeIndex("FieldList", Union.getFieldList());
277 printTypeIndex("UnderlyingType", Enum.getUnderlyingType());
278 printTypeIndex("FieldListType", Enum.getFieldList())
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 135 void printTypeIndex(StringRef FieldName, TypeIndex TI) {
137 codeview::printTypeIndex(Writer, FieldName, TI, Types);
1254 printTypeIndex("Inlinee", Line.Header->Inlinee);

Completed in 24 milliseconds