Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp324 Loc.Location.WasmLoc = {WebAssembly::TI_LOCAL, LocalNum}; in getDwarfFrameBase()
328 Loc.Location.WasmLoc = {WebAssembly::TI_GLOBAL_RELOC, 0}; in getDwarfFrameBase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp453 if (FrameBase.Location.WasmLoc.Kind == TI_GLOBAL_RELOC) { in updateSubprogramScopeDIE()
455 assert(FrameBase.Location.WasmLoc.Index == 0); // Only SP so far. in updateSubprogramScopeDIE()
479 addUInt(*Loc, dwarf::DW_FORM_data4, FrameBase.Location.WasmLoc.Index); in updateSubprogramScopeDIE()
487 DwarfExpr.addWasmLocation(FrameBase.Location.WasmLoc.Kind, in updateSubprogramScopeDIE()
488 FrameBase.Location.WasmLoc.Index); in updateSubprogramScopeDIE()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h65 struct WasmFrameBase WasmLoc; member