Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
HDVarLocBasedImpl.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-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetFrameLowering.h71 struct WasmFrameBase WasmLoc; member