HomeSort by relevance Sort by last modified time
    Searched defs:AddSymbol (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Support/
DynamicLibrary.cpp 30 void llvm::sys::DynamicLibrary::AddSymbol(StringRef symbolName,
114 // First check symbols added via AddSymbol().
187 return llvm::sys::DynamicLibrary::AddSymbol(symbolName, symbolValue);
  /external/google-breakpad/src/common/linux/
synth_elf.cc 221 void SymbolTable::AddSymbol(const string& name, uint32_t value,
232 void SymbolTable::AddSymbol(const string& name, uint64_t value,
  /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/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 424 // the key already exists in the table. For AddSymbol(), the string passed
427 bool AddSymbol(const string& full_name, Symbol symbol);
768 bool DescriptorPool::Tables::AddSymbol(
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 395 /// AddSymbol - To add a symbol in the input file and resolve the symbol
397 LDSymbol* IRBuilder::AddSymbol(Input& pInput,
439 pInput.context()->addSymbol(input_sym);
634 /// AddSymbol - define an output symbol and override it immediately
636 LDSymbol* IRBuilder::AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>(
704 /// AddSymbol - define an output symbol and override it immediately
706 LDSymbol* IRBuilder::AddSymbol<IRBuilder::AsReferred, IRBuilder::Unresolve>(
750 /// AddSymbol - define an output symbol and resolve it
753 LDSymbol* IRBuilder::AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(
803 LDSymbol* IRBuilder::AddSymbol<IRBuilder::AsReferred, IRBuilder::Resolve>
    [all...]
  /external/v8/src/parsing/
scanner.cc     [all...]

Completed in 2519 milliseconds