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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
JITLink.h 332 static Symbol &constructCommon(void *SymStorage, Block &Base, StringRef Name,
334 assert(SymStorage && "Storage cannot be null");
340 auto *Sym = reinterpret_cast<Symbol *>(SymStorage);
345 static Symbol &constructExternal(void *SymStorage, Addressable &Base,
348 assert(SymStorage && "Storage cannot be null");
352 auto *Sym = reinterpret_cast<Symbol *>(SymStorage);
357 static Symbol &constructAbsolute(void *SymStorage, Addressable &Base,
360 assert(SymStorage && "Storage cannot be null");
363 auto *Sym = reinterpret_cast<Symbol *>(SymStorage);
368 static Symbol &constructAnonDef(void *SymStorage, Block &Base
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 308 StringRef SymStorage;
309 StringRef &Symbol = RelocSym ? *RelocSym : SymStorage;

Completed in 25 milliseconds