HomeSort by relevance Sort by last modified time
    Searched refs:SymbolTable (Results 76 - 100 of 141) sorted by null

1 2 34 5 6

  /external/llvm/include/llvm/MC/
MCContext.h 53 typedef StringMap<MCSymbol*, BumpPtrAllocator&> SymbolTable;
74 SymbolTable Symbols;
242 const SymbolTable &getSymbols() const {
  /external/srec/srec/Semproc/src/
ExpressionParser.c 40 ESR_ReturnCode handle_EndOfStatement(ExpressionParser *self, SymbolTable *st, ExpressionEvaluator *ee);
101 SymbolTable* symtable, ExpressionEvaluator* evaluator,
347 ESR_ReturnCode handle_EndOfStatement(ExpressionParser* self, SymbolTable* symtable, ExpressionEvaluator* evaluator)
  /external/openfst/src/include/fst/
fst-decl.h 29 class SymbolTable;
  /frameworks/compile/mclinker/lib/LD/
SectionSymbolSet.cpp 65 SymbolTable& pSymTab, bool relocatable)
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 329 int64 StrToId(const char *s, fst::SymbolTable *syms,
518 void get_slot_olabel_range( const fst::SymbolTable* syms, int* myMin, int* myMax)
622 fst::SymbolTable *word_syms = fst::SymbolTable::ReadText(imapFilename);
628 fst::SymbolTable *prsr_syms = fst::SymbolTable::ReadText(omapFilename);
634 fst::SymbolTable *model_syms = fst::SymbolTable::ReadText(modelmapFilename);
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
complement.h 152 virtual const SymbolTable* InputSymbols() const {
156 virtual const SymbolTable* OutputSymbols() const {
replace.h 153 const SymbolTable* isymbols = fst_array_[1]->InputSymbols();
154 const SymbolTable* osymbols = fst_array_[1]->OutputSymbols();
598 virtual const SymbolTable* InputSymbols() const {
602 virtual const SymbolTable* OutputSymbols() const {
arcsort.h 237 virtual const SymbolTable* InputSymbols() const {
241 virtual const SymbolTable* OutputSymbols() const {
rational.h 220 virtual const SymbolTable* InputSymbols() const {
223 virtual const SymbolTable* OutputSymbols() const {
vector-fst.h 560 virtual SymbolTable* InputSymbols() {
564 virtual SymbolTable* OutputSymbols() {
568 virtual const SymbolTable* InputSymbols() const {
572 virtual const SymbolTable* OutputSymbols() const {
620 virtual void SetInputSymbols(const SymbolTable* isyms) {
625 virtual void SetOutputSymbols(const SymbolTable* osyms) {
const-fst.h 312 virtual const SymbolTable* InputSymbols() const {
316 virtual const SymbolTable* OutputSymbols() const {
factor-weight.h 388 virtual const SymbolTable* InputSymbols() const {
392 virtual const SymbolTable* OutputSymbols() const {
synchronize.h 373 virtual const SymbolTable* InputSymbols() const {
377 virtual const SymbolTable* OutputSymbols() const {
map.h 518 virtual const SymbolTable* InputSymbols() const {
522 virtual const SymbolTable* OutputSymbols() const {
774 isymbols_ = new SymbolTable(name);
844 SymbolTable *osymbols_, *isymbols_;
determinize.h 593 virtual const SymbolTable* InputSymbols() const {
597 virtual const SymbolTable* OutputSymbols() const {
rmepsilon.h 477 virtual const SymbolTable* InputSymbols() const {
481 virtual const SymbolTable* OutputSymbols() const {
  /external/llvm/include/llvm/Object/
Archive.h 197 child_iterator SymbolTable;
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 130 virtual void emitELFHashTab(const Module::SymbolTable& pSymtab,
134 virtual void emitGNUHashTab(Module::SymbolTable& pSymtab,
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 340 typedef std::map<std::string, int> SymbolTable;
343 SymbolTable::iterator code = symbol_table_.find(name);
361 SymbolTable::iterator code = symbol_table_.find(name);
386 SymbolTable::iterator end = symbol_table_.end();
387 for (SymbolTable::iterator i = symbol_table_.begin();
415 static SymbolTable symbol_table_;
464 Environment::SymbolTable Environment::symbol_table_;
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uniset_props.cpp 372 const SymbolTable* symbols,
442 const SymbolTable* symbols,
719 case SymbolTable::SYMBOL_REF:
732 c = SymbolTable::SYMBOL_REF;
743 patLocal.append((UChar) SymbolTable::SYMBOL_REF);
    [all...]
  /external/icu/icu4c/source/common/
uniset_props.cpp 372 const SymbolTable* symbols,
442 const SymbolTable* symbols,
719 case SymbolTable::SYMBOL_REF:
732 c = SymbolTable::SYMBOL_REF;
743 patLocal.append((UChar) SymbolTable::SYMBOL_REF);
    [all...]
  /external/llvm/lib/IR/
Type.cpp 438 StringMap<StructType *> &SymbolTable = getContext().pImpl->NamedStructTypes;
444 SymbolTable.remove((EntryTy *)SymbolTableEntry);
450 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator());
481 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator());
  /external/llvm/lib/Object/
COFFObjectFile.cpp 400 SymbolTable, *Data, base() + COFFHeader->PointerToSymbolTable,
518 SectionTable(nullptr), SymbolTable(nullptr), StringTable(nullptr),
602 Ret.p = reinterpret_cast<uintptr_t>(SymbolTable);
760 Result = SymbolTable + Index;
874 Ref.p = reinterpret_cast<uintptr_t>(SymbolTable + R->SymbolTableIndex);
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 289 uint64_t TotalSize, SymbolTableMap &SymbolTable);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 684 union { void* alignment; char buf[sizeof(SymbolTable)]; } tablebuf;
685 SymbolTable* symbolization_table = new (tablebuf.buf) SymbolTable;
    [all...]

Completed in 1683 milliseconds

1 2 34 5 6