Home
last modified time | relevance | path

Searched refs:WasmLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp387 Loc.Location.WasmLoc = {WebAssembly::TI_LOCAL, LocalNum}; in getDwarfFrameBase()
391 Loc.Location.WasmLoc = {WebAssembly::TI_GLOBAL_RELOC, 0}; in getDwarfFrameBase()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp314 struct WasmLoc { struct
322 bool operator==(const WasmLoc &Other) const { in operator ==() argument
325 bool operator!=(const WasmLoc &Other) const { return !(*this == Other); } in operator !=() argument
362 WasmLoc WasmLocation;
700 bool usesWasmLoc(WasmLoc WasmLocation) const { in usesWasmLoc()
1667 VarLoc::WasmLoc Loc{Index, Offset}; in transferWasmDef()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h72 struct WasmFrameBase WasmLoc; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp587 if (FrameBase.Location.WasmLoc.Kind == TI_GLOBAL_RELOC) { in updateSubprogramScopeDIE()
590 assert(FrameBase.Location.WasmLoc.Index == 0); // Only SP so far. in updateSubprogramScopeDIE()
593 FrameBase.Location.WasmLoc.Index); in updateSubprogramScopeDIE()
600 DwarfExpr.addWasmLocation(FrameBase.Location.WasmLoc.Kind, in updateSubprogramScopeDIE()
601 FrameBase.Location.WasmLoc.Index); in updateSubprogramScopeDIE()