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.cpp389 Loc.Location.WasmLoc = {WebAssembly::TI_LOCAL, LocalNum};
393 Loc.Location.WasmLoc = {WebAssembly::TI_GLOBAL_RELOC, 0};
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h71 struct WasmFrameBase WasmLoc; member
/freebsd/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
360 WasmLoc WasmLocation;
698 bool usesWasmLoc(WasmLoc WasmLocation) const { in usesWasmLoc()
1658 VarLoc::WasmLoc Loc{Index, Offset}; in transferWasmDef()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp556 if (FrameBase.Location.WasmLoc.Kind == TI_GLOBAL_RELOC) { in updateSubprogramScopeDIE()
559 assert(FrameBase.Location.WasmLoc.Index == 0); // Only SP so far. in updateSubprogramScopeDIE()
562 FrameBase.Location.WasmLoc.Index); in updateSubprogramScopeDIE()
569 DwarfExpr.addWasmLocation(FrameBase.Location.WasmLoc.Kind, in updateSubprogramScopeDIE()
570 FrameBase.Location.WasmLoc.Index); in updateSubprogramScopeDIE()