Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp312 struct WasmLoc { struct
320 bool operator==(const WasmLoc &Other) const { in operator ==() argument
323 bool operator!=(const WasmLoc &Other) const { return !(*this == Other); } in operator !=() argument
318 Index__anon98b313540111::VarLocBasedLDV::VarLoc::WasmLoc global() argument
319 Offset__anon98b313540111::VarLocBasedLDV::VarLoc::WasmLoc global() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h70 struct WasmFrameBase WasmLoc; global() member