Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A 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 !=()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h71 struct WasmFrameBase WasmLoc; member