Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h302 void addWasmLocation(unsigned Index, uint64_t Offset);
H A DDwarfExpression.cpp766 void DwarfExpression::addWasmLocation(unsigned Index, uint64_t Offset) { in addWasmLocation() function in DwarfExpression
H A DDwarfCompileUnit.cpp569 DwarfExpr.addWasmLocation(FrameBase.Location.WasmLoc.Kind, in updateSubprogramScopeDIE()
856 DwarfExpr.addWasmLocation(Loc.Index, static_cast<uint64_t>(Loc.Offset)); in applyConcreteDbgVariableAttributes()
H A DDwarfDebug.cpp2684 DwarfExpr.addWasmLocation(Loc.Index, static_cast<uint64_t>(Loc.Offset)); in emitDebugLocValue()