Searched defs:LookupSymbol (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/MC/
H A DMCContext.cpp152 MCSymbol *MCContext::LookupSymbol(StringRef Name) const { function in class:MCContext
/external/v8/src/
H A Dfactory.cc159 Handle<String> Factory::LookupSymbol(Vector<const char> string) { function in class:v8::internal::Factory
161 isolate()->heap()->LookupSymbol(string),
166 Handle<String> Factory::LookupSymbol(Handle<String> string) { function in class:v8::internal::Factory
168 isolate()->heap()->LookupSymbol(*string),
857 isolate()->heap()->LookupSymbol(*value), String);
H A Dheap.cc2670 MaybeObject* maybe_symbol = heap->LookupSymbol(str);
3272 MaybeObject* maybe_result = LookupSymbol(Vector<const char>(buffer, 1));
5155 MaybeObject* Heap::LookupSymbol(Vector<const char> string) { function in class:v8::internal::Heap
5159 symbol_table()->LookupSymbol(string, &symbol);
5220 MaybeObject* Heap::LookupSymbol(String* string) { function in class:v8::internal::Heap
H A Dparser.cc249 Handle<String> Parser::LookupSymbol(int symbol_id) { function in class:v8::internal::Parser
754 return LookupSymbol(symbol_id);
H A Dobjects.cc2892 { MaybeObject* maybe_symbol_version = heap->LookupSymbol(name);
11715 MaybeObject* SymbolTable::LookupSymbol(Vector<const char> str, function in class:v8::internal::SymbolTable
12415 { MaybeObject* maybe_key = heap->LookupSymbol(String::cast(k));
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1861 // If LookupSymbol() finds a symbol that is in a file which is not a declared
1877 // only be called after LookupSymbol() fails.
1901 // parents, etc. For example, LookupSymbol("foo.bar", "baz.qux.corge") makes
1910 // that LookupSymbol may still return a non-type symbol in LOOKUP_TYPES mode,
1921 Symbol LookupSymbol(const string& name, const string& relative_to,
1925 // Like LookupSymbol() but will not return a placeholder even if
1931 // Creates a placeholder type suitable for return from LookupSymbol(). May
2388 Symbol DescriptorBuilder::LookupSymbol( function in class:google::protobuf::DescriptorBuilder
2635 // We add the dummy token so that LookupSymbol does the right thing.
3396 Symbol extendee = LookupSymbol(prot
[all...]

Completed in 254 milliseconds