Searched defs:AddSymbol (Results 1 - 9 of 9) sorted by last modified time

/external/v8/src/parsing/
H A Dduplicate-finder.cc11 return AddSymbol(key, true);
15 return AddSymbol(Vector<const uint8_t>::cast(key), false);
18 bool DuplicateFinder::AddSymbol(Vector<const uint8_t> key, bool is_one_byte) { function in class:v8::internal::DuplicateFinder
/external/swiftshader/third_party/LLVM/include/llvm-c/
H A DDisassembler.h49 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
50 * this full form is encoded in the relocation information so that AddSymbol and
52 * platforms only allow a relocatable expression of the form AddSymbol + Offset
74 struct LLVMOpInfoSymbol1 AddSymbol; member in struct:LLVMOpInfo1
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDynamicLibrary.cpp45 void llvm::sys::DynamicLibrary::AddSymbol(StringRef symbolName, function in class:llvm::sys::DynamicLibrary
131 // First check symbols added via AddSymbol().
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc481 // the key already exists in the table. For AddSymbol(), the string passed
484 bool AddSymbol(const string& full_name, Symbol symbol);
913 bool DescriptorPool::Tables::AddSymbol( function in class:google::protobuf::DescriptorPool::Tables
2900 // Calls tables_->AddSymbol() and records an error if it fails. Returns
2903 bool AddSymbol(const string& full_name,
2907 // Like AddSymbol(), but succeeds if the symbol is already defined as long
3584 bool DescriptorBuilder::AddSymbol( function in class:google::protobuf::DescriptorBuilder
3591 if (tables_->AddSymbol(full_name, symbol)) {
3624 if (tables_->AddSymbol(name, Symbol(file))) {
4096 AddSymbol(resul
[all...]
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
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorPool.cs153 internal void AddSymbol(IDescriptor descriptor) method in class:Google.Protobuf.Reflection.DescriptorPool
/external/llvm/include/llvm-c/
H A DDisassembler.h60 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
61 * this full form is encoded in the relocation information so that AddSymbol and
63 * platforms only allow a relocatable expression of the form AddSymbol + Offset
85 struct LLVMOpInfoSymbol1 AddSymbol; member in struct:LLVMOpInfo1
/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().
187 return llvm::sys::DynamicLibrary::AddSymbol(symbolName, symbolValue);
/external/google-breakpad/src/common/linux/
H A Dsynth_elf.cc221 void SymbolTable::AddSymbol(const string& name, uint32_t value, function in class:google_breakpad::synth_elf::SymbolTable
232 void SymbolTable::AddSymbol(const string& name, uint64_t value, function in class:google_breakpad::synth_elf::SymbolTable

Completed in 486 milliseconds