Home
last modified time | relevance | path

Searched refs:TableInfo (Results 1 – 6 of 6) sorted by relevance

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp270 void emitTableEntry(DecoderTableInfo &TableInfo) const;
435 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
436 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
439 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
443 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
447 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
480 void emitTableEntries(DecoderTableInfo &TableInfo) const;
610 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()
611 TableInfo.Table.push_back(MCD::OPC_ExtractField); in emitTableEntry()
612 TableInfo.Table.push_back(StartBit); in emitTableEntry()
[all …]
/external/webrtc/webrtc/base/
Dlatebindingsymboltable.h34 struct TableInfo { struct
41 LateBindingSymbolTable(const TableInfo *info, void **table); argument
59 const TableInfo *info_;
Dlatebindingsymboltable.cc61 LateBindingSymbolTable::LateBindingSymbolTable(const TableInfo *info, in LateBindingSymbolTable()
Dlatebindingsymboltable.cc.def55 const ::rtc::LateBindingSymbolTable::TableInfo
Dlatebindingsymboltable.h.def74 static const ::rtc::LateBindingSymbolTable::TableInfo kTableInfo;
/external/webrtc/talk/build/
Dcommon.gypi92 # LateBindingSymbolTable::TableInfo from