Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp699 MachineLoc WasmML; in usesWasmLoc() local
700 WasmML.Kind = MachineLocKind::WasmLocKind; in usesWasmLoc()
701 WasmML.Value.WasmLocation = WasmLocation; in usesWasmLoc()
702 return is_contained(Locs, WasmML); in usesWasmLoc()