Home
last modified time | relevance | path

Searched defs:getAddress (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachORelocation.h43 uint32_t getAddress() const { return r_scattered ? r_value : r_address; } in getAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDataExtractor.h226 uint64_t getAddress(uint64_t *offset_ptr) const { in getAddress() function
233 uint64_t getAddress(Cursor &C) const { return getUnsigned(C, AddressSize); } in getAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h223 JITTargetAddress getAddress() const { return Address; } in getAddress() function
313 Expected<JITTargetAddress> getAddress() { in getAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h381 inline Expected<uint64_t> SymbolRef::getAddress() const { in getAddress() function
438 inline uint64_t SectionRef::getAddress() const { in getAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DGsymReader.cpp209 Optional<uint64_t> GsymReader::getAddress(size_t Index) const { in getAddress() function in GsymReader
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DAttributeLayoutTest.cpp88 const char *getAddress() override { return mMemory; } in getAddress() function in __anon561b0b6f0111::Memory
102 const char *getAddress() override { return nullptr; } in getAddress() function in __anon561b0b6f0111::Buffer
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DAttributeLayoutTest.cpp88 const char *getAddress() override { return mMemory; } in getAddress() function in __anon612454840111::Memory
102 const char *getAddress() override { return nullptr; } in getAddress() function in __anon612454840111::Buffer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h141 Value *getAddress() const { return getVariableLocation(); } in getAddress() function
157 Value *getAddress() const { return getVariableLocation(); } in getAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h261 Value *getAddress() const { return Address; } in getAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h87 uint8_t *getAddress() const { return Address; } in getAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h120 JITTargetAddress getAddress() const { return Address; } in getAddress() function
460 JITTargetAddress getAddress() const { return Base->getAddress() + Offset; } in getAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h960 JITTargetAddress getAddress() const { return Addr; } in getAddress() function
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp607 VkDeviceOrHostAddressKHR SerialStorage::getAddress (const DeviceInterface& vk, in getAddress() function in vk::SerialStorage