Searched defs: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/ |
D | JITLink.h | 313 static Symbol &constructCommon(void *SymStorage, Block &Base, StringRef Name, in constructCommon() 326 static Symbol &constructExternal(void *SymStorage, Addressable &Base, in constructExternal() 338 static Symbol &constructAbsolute(void *SymStorage, Addressable &Base, in constructAbsolute() 349 static Symbol &constructAnonDef(void *SymStorage, Block &Base, in constructAnonDef() 361 static Symbol &constructNamedDef(void *SymStorage, Block &Base, in constructNamedDef()
|