HomeSort by relevance Sort by last modified time
    Searched refs:LookupSymbol (Results 1 - 22 of 22) sorted by null

  /external/llvm/lib/MC/
MCContext.cpp 191 MCSymbol *MCContext::LookupSymbol(StringRef Name) const {
195 MCSymbol *MCContext::LookupSymbol(const Twine &Name) const {
198 return LookupSymbol(NameSV.str());
  /external/llvm/include/llvm/MC/
MCContext.h 217 /// LookupSymbol - Get the symbol for \p Name, or null.
218 MCSymbol *LookupSymbol(StringRef Name) const;
219 MCSymbol *LookupSymbol(const Twine &Name) const;
  /external/v8/src/
factory.h 81 Handle<String> LookupSymbol(Vector<const char> str);
82 Handle<String> LookupSymbol(Handle<String> str);
89 return LookupSymbol(CStrVector(str));
property.h 52 MaybeObject* maybe_result = HEAP->LookupSymbol(key_);
factory.cc 159 Handle<String> Factory::LookupSymbol(Vector<const char> string) {
161 isolate()->heap()->LookupSymbol(string),
166 Handle<String> Factory::LookupSymbol(Handle<String> string) {
168 isolate()->heap()->LookupSymbol(*string),
857 isolate()->heap()->LookupSymbol(*value), String);
    [all...]
heap.h     [all...]
parser.h 783 Handle<String> LookupSymbol(int symbol_id);
heap.cc     [all...]
debug.cc     [all...]
bootstrapper.cc     [all...]
parser.cc 249 Handle<String> Parser::LookupSymbol(int symbol_id) {
754 return LookupSymbol(symbol_id);
    [all...]
api.cc     [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc     [all...]
  /external/v8/test/cctest/
test-heap.cc 769 FACTORY->LookupSymbol(Vector<const char>(non_ascii, 3 * length));
772 FACTORY->LookupSymbol(Vector<const char>(ascii, length));
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 323 if (OutContext.LookupSymbol(Twine(MAI->getPrivateGlobalPrefix()) +
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc     [all...]
  /external/v8/src/x64/
stub-cache-x64.cc     [all...]
  /external/v8/src/arm/
stub-cache-arm.cc     [all...]
  /external/v8/src/mips/
stub-cache-mips.cc     [all...]

Completed in 8458 milliseconds