Home
last modified time | relevance | path

Searched defs:setLoadAddress (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp85 bool NativeSession::setLoadAddress(uint64_t Address) { return false; } in setLoadAddress() function in NativeSession
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h98 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function