Home
last modified time | relevance | path

Searched defs:getLoadAddress (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp83 uint64_t NativeSession::getLoadAddress() const { return 0; } in getLoadAddress() function in NativeSession
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp138 uint64_t DIASession::getLoadAddress() const { in getLoadAddress() function in DIASession
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h97 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.h116 Operand *getLoadAddress() const { return getSrc(0); } in getLoadAddress() function