Home
last modified time | relevance | path

Searched refs:SymStorage (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h313 static Symbol &constructCommon(void *SymStorage, Block &Base, StringRef Name, in constructCommon() argument
315 assert(SymStorage && "Storage cannot be null"); in constructCommon()
321 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructCommon()
326 static Symbol &constructExternal(void *SymStorage, Addressable &Base, in constructExternal() argument
329 assert(SymStorage && "Storage cannot be null"); in constructExternal()
333 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructExternal()
338 static Symbol &constructAbsolute(void *SymStorage, Addressable &Base, in constructAbsolute() argument
341 assert(SymStorage && "Storage cannot be null"); in constructAbsolute()
344 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructAbsolute()
349 static Symbol &constructAnonDef(void *SymStorage, Block &Base, in constructAnonDef() argument
[all …]