Searched refs:AddSymbol (Results 1 - 25 of 29) sorted by relevance

12

/external/llvm/lib/MC/
H A DMCExternalSymbolizer.cpp68 SymbolicOp.AddSymbol.Name = Name;
69 SymbolicOp.AddSymbol.Present = true;
87 if (SymbolicOp.AddSymbol.Present) {
88 if (SymbolicOp.AddSymbol.Name) {
89 StringRef Name(SymbolicOp.AddSymbol.Name);
93 Add = MCConstantExpr::Create((int)SymbolicOp.AddSymbol.Value, Ctx);
/external/llvm/include/llvm/Support/
H A DDynamicLibrary.h56 /// AddSymbol().
84 /// as explicitly registered symbols (AddSymbol()).
98 static void AddSymbol(StringRef symbolName, void *symbolValue);
/external/openfst/src/lib/
H A Dsymbol-table-ops.cc32 merged->AddSymbol(liter.Symbol(), liter.Value());
69 merged->AddSymbol(riter.Symbol(), riter.Value());
80 merged->AddSymbol(conflicts[i]);
95 compact->AddSymbol(si->second, newkey++);
H A Dsymbol-table.cc76 impl->AddSymbol(symbol, key);
122 int64 SymbolTableImpl::AddSymbol(const string& symbol, int64 key) { function in class:fst::SymbolTableImpl
140 VLOG(1) << "SymbolTable::AddSymbol: symbol = " << symbol
246 impl_->AddSymbol(iter.Symbol());
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.h47 int64 AddSymbol(const string& symbol, int64 key);
49 int64 AddSymbol(const string& symbol) { function in class:fst::SymbolTableImpl
51 return (key == -1) ? AddSymbol(symbol, available_key_++) : key;
56 AddSymbol(table->symbols_[i]);
187 int64 AddSymbol(const string& symbol, int64 key) { function in class:fst::SymbolTable
188 return impl_->AddSymbol(symbol, key);
196 int64 AddSymbol(const string& symbol) { function in class:fst::SymbolTable
197 return impl_->AddSymbol(symbol);
H A Dsymbol-table.cpp68 impl->AddSymbol(symbol, key);
82 int64 SymbolTableImpl::AddSymbol(const string& symbol, int64 key) { function in class:fst::SymbolTableImpl
121 impl->AddSymbol(symbol, key);
H A Dmap.h775 isymbols_->AddSymbol(osymbols_->Find((int64) 0), 0);
812 isymbols_->AddSymbol(s, l);
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp80 SymbolicOp.AddSymbol.Name = Name;
81 SymbolicOp.AddSymbol.Present = true;
165 if (SymbolicOp.AddSymbol.Present) {
166 if (SymbolicOp.AddSymbol.Name) {
167 StringRef Name(SymbolicOp.AddSymbol.Name);
175 Add = MCConstantExpr::Create(SymbolicOp.AddSymbol.Value, Ctx);
/external/openfst/src/include/fst/
H A Dsymbol-table.h81 AddSymbol(impl.symbols_[i], impl.Find(impl.symbols_[i]));
92 int64 AddSymbol(const string& symbol, int64 key);
94 int64 AddSymbol(const string& symbol) { function in class:fst::SymbolTableImpl
96 return (key == -1) ? AddSymbol(symbol, available_key_++) : key;
310 virtual int64 AddSymbol(const string& symbol, int64 key) { function in class:fst::SymbolTable
312 return impl_->AddSymbol(symbol, key);
317 virtual int64 AddSymbol(const string& symbol) { function in class:fst::SymbolTable
319 return impl_->AddSymbol(symbol);
516 new_table->AddSymbol(table->Find(pairs[i].first), pairs[i].second);
H A Dsymbol-table-ops.h55 pruned->AddSymbol(stiter.Symbol(), stiter.Value());
H A Darc-map.h883 isymbols_->AddSymbol(osymbols_->Find((int64) 0), 0);
921 isymbols_->AddSymbol(s, l);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp803 sys::DynamicLibrary::AddSymbol("stat", (void*)(intptr_t)stat);
804 sys::DynamicLibrary::AddSymbol("fstat", (void*)(intptr_t)fstat);
805 sys::DynamicLibrary::AddSymbol("lstat", (void*)(intptr_t)lstat);
806 sys::DynamicLibrary::AddSymbol("stat64", (void*)(intptr_t)stat64);
807 sys::DynamicLibrary::AddSymbol("\x1stat64", (void*)(intptr_t)stat64);
808 sys::DynamicLibrary::AddSymbol("\x1open64", (void*)(intptr_t)open64);
809 sys::DynamicLibrary::AddSymbol("\x1lseek64", (void*)(intptr_t)lseek64);
810 sys::DynamicLibrary::AddSymbol("fstat64", (void*)(intptr_t)fstat64);
811 sys::DynamicLibrary::AddSymbol("lstat64", (void*)(intptr_t)lstat64);
812 sys::DynamicLibrary::AddSymbol("atexi
[all...]
/external/llvm/include/llvm-c/
H A DDisassembler.h56 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
57 * this full form is encoded in the relocation information so that AddSymbol and
59 * platforms only allow a relocatable expression of the form AddSymbol + Offset
81 struct LLVMOpInfoSymbol1 AddSymbol; member in struct:LLVMOpInfo1
/external/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc126 // First check symbols added via AddSymbol().
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc68 if (!AddSymbol(path + file.message_type(i).name(), value)) return false;
72 if (!AddSymbol(path + file.enum_type(i).name(), value)) return false;
75 if (!AddSymbol(path + file.extension(i).name(), value)) return false;
79 if (!AddSymbol(path + file.service(i).name(), value)) return false;
86 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::AddSymbol( function in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
H A Ddescriptor_database.h167 bool AddSymbol(const string& name, Value value);
H A Ddescriptor.cc404 // the key already exists in the table. For AddSymbol(), the string passed
407 bool AddSymbol(const string& full_name, Symbol symbol);
729 bool DescriptorPool::Tables::AddSymbol( function in class:google::protobuf::DescriptorPool::Tables
2243 // Calls tables_->AddSymbol() and records an error if it fails. Returns
2246 bool AddSymbol(const string& full_name,
2250 // Like AddSymbol(), but succeeds if the symbol is already defined as long
2853 bool DescriptorBuilder::AddSymbol( function in class:google::protobuf::DescriptorBuilder
2860 if (tables_->AddSymbol(full_name, symbol)) {
2893 if (tables_->AddSymbol(name, Symbol(file))) {
3280 AddSymbol(resul
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc68 if (!AddSymbol(path + file.message_type(i).name(), value)) return false;
72 if (!AddSymbol(path + file.enum_type(i).name(), value)) return false;
75 if (!AddSymbol(path + file.extension(i).name(), value)) return false;
79 if (!AddSymbol(path + file.service(i).name(), value)) return false;
86 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::AddSymbol( function in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
H A Ddescriptor_database.h166 bool AddSymbol(const string& name, Value value);
H A Ddescriptor.cc363 // the key already exists in the table. For AddSymbol(), the string passed
366 bool AddSymbol(const string& full_name, Symbol symbol);
637 bool DescriptorPool::Tables::AddSymbol( function in class:google::protobuf::DescriptorPool::Tables
1939 // Calls tables_->AddSymbol() and records an error if it fails. Returns
1942 bool AddSymbol(const string& full_name,
1946 // Like AddSymbol(), but succeeds if the symbol is already defined as long
2516 bool DescriptorBuilder::AddSymbol( function in class:google::protobuf::DescriptorBuilder
2523 if (tables_->AddSymbol(full_name, symbol)) {
2556 if (tables_->AddSymbol(name, Symbol(file))) {
2892 AddSymbol(resul
[all...]
/external/llvm/lib/Support/
H A DDynamicLibrary.cpp30 void llvm::sys::DynamicLibrary::AddSymbol(StringRef symbolName, function in class:llvm::sys::DynamicLibrary
114 // First check symbols added via AddSymbol().
/external/lldb/include/lldb/Expression/
H A DMaterializer.h90 uint32_t AddSymbol (const Symbol &symbol_sp, Error &err);
/external/chromium_org/v8/src/
H A Dscanner.cc1234 return AddSymbol(key, true, value);
1239 return AddSymbol(Vector<const uint8_t>::cast(key), false, value);
1243 int DuplicateFinder::AddSymbol(Vector<const uint8_t> key, function in class:v8::internal::DuplicateFinder
1276 return AddSymbol(Vector<const byte>(reinterpret_cast<const byte*>(string),
H A Dscanner.h161 int AddSymbol(Vector<const uint8_t> key, bool is_one_byte, int value);
/external/lldb/include/lldb/Symbol/
H A DSymtab.h47 uint32_t AddSymbol(const Symbol& symbol);

Completed in 3316 milliseconds

12