HomeSort by: relevance | last modified time | path
    Searched defs:AddSymbol (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
DynamicLibrary.cpp 141 void DynamicLibrary::AddSymbol(StringRef SymbolName, void *SymbolValue) {
181 // First check symbols added via AddSymbol().
212 return llvm::sys::DynamicLibrary::AddSymbol(symbolName, symbolValue);
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
DisassemblerTypes.h 48 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
49 * this full form is encoded in the relocation information so that AddSymbol and
51 * platforms only allow a relocatable expression of the form AddSymbol + Offset
73 struct LLVMOpInfoSymbol1 AddSymbol;

Completed in 29 milliseconds