Home
last modified time | relevance | path

Searched defs:WasmLoc (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/
DVarLocBasedImpl.cpp312 struct WasmLoc { struct
318 int Index;
319 int64_t Offset;
320 bool operator==(const WasmLoc &Other) const { in operator ==()
323 bool operator!=(const WasmLoc &Other) const { return !(*this == Other); } in operator !=()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h66 struct WasmFrameBase WasmLoc; member