OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddSymbol
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/Support/
DynamicLibrary.cpp
45
void llvm::sys::DynamicLibrary::
AddSymbol
(StringRef symbolName,
131
// First check symbols added via
AddSymbol
().
/external/llvm/include/llvm-c/
Disassembler.h
56
* 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
;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp
68
impl->
AddSymbol
(symbol, key);
82
int64 SymbolTableImpl::
AddSymbol
(const string& symbol, int64 key) {
121
impl->
AddSymbol
(symbol, key);
symbol-table.h
48
int64
AddSymbol
(const string& symbol, int64 key);
50
int64
AddSymbol
(const string& symbol) {
52
return (key == -1) ?
AddSymbol
(symbol, available_key_++) : key;
57
AddSymbol
(table->symbols_[i]);
188
int64
AddSymbol
(const string& symbol, int64 key) {
189
return impl_->
AddSymbol
(symbol, key);
197
int64
AddSymbol
(const string& symbol) {
198
return impl_->
AddSymbol
(symbol);
/external/openfst/src/lib/
symbol-table.cc
76
impl->
AddSymbol
(symbol, key);
122
int64 SymbolTableImpl::
AddSymbol
(const string& symbol, int64 key) {
140
VLOG(1) << "SymbolTable::
AddSymbol
: symbol = " << symbol
246
impl_->
AddSymbol
(iter.Symbol());
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.cc
68
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
(
descriptor.cc
406
// the key already exists in the table. For
AddSymbol
(), the string passed
409
bool
AddSymbol
(const string& full_name, Symbol symbol);
731
bool DescriptorPool::Tables::
AddSymbol
(
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor_database.cc
68
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
(
descriptor.cc
363
// 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
(
[
all
...]
/frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp
443
///
AddSymbol
- To add a symbol in the input file and resolve the symbol
445
LDSymbol* IRBuilder::
AddSymbol
(Input& pInput,
483
pInput.context()->
addSymbol
(input_sym);
695
///
AddSymbol
- define an output symbol and override it immediately
697
IRBuilder::
AddSymbol
<IRBuilder::Force, IRBuilder::Unresolve>(
760
///
AddSymbol
- define an output symbol and override it immediately
762
IRBuilder::
AddSymbol
<IRBuilder::AsReferred, IRBuilder::Unresolve>(
808
///
AddSymbol
- define an output symbol and resolve it
811
IRBuilder::
AddSymbol
<IRBuilder::Force, IRBuilder::Resolve>(
855
IRBuilder::
AddSymbol
<IRBuilder::AsReferred, IRBuilder::Resolve>
[
all
...]
/external/chromium_org/v8/src/
scanner.cc
[
all
...]
/external/openfst/src/include/fst/
symbol-table.h
81
AddSymbol
(impl.symbols_[i], impl.Find(impl.symbols_[i]));
92
int64
AddSymbol
(const string& symbol, int64 key);
94
int64
AddSymbol
(const string& symbol) {
96
return (key == -1) ?
AddSymbol
(symbol, available_key_++) : key;
310
virtual int64
AddSymbol
(const string& symbol, int64 key) {
312
return impl_->
AddSymbol
(symbol, key);
317
virtual int64
AddSymbol
(const string& symbol) {
319
return impl_->
AddSymbol
(symbol);
516
new_table->
AddSymbol
(table->Find(pairs[i].first), pairs[i].second);
/external/v8/src/
preparser.cc
[
all
...]
Completed in 725 milliseconds