Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libunwind/src/
H A DCompactUnwinder.hpp573 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
576 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
581 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
584 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
589 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
592 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
597 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
600 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
652 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrame()
655 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrame()
[all …]
H A DDwarfInstructions.hpp128 return addressSpace.getDouble(cfa + (pint_t)savedReg.value); in getSavedFloatRegister()
131 return addressSpace.getDouble( in getSavedFloatRegister()
H A DAddressSpace.hpp236 double getDouble(pint_t addr) { in getDouble() function in libunwind::LocalAddressSpace
H A DUnwindCursor.hpp2806 double value = _addressSpace.getDouble(pSigctx + kOffsetFprs + in stepThroughSigReturn()
/openbsd/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-graph.cpp376 double GraphRenderer::TimeStat::getDouble(StatType T) const { in getDouble() function in GraphRenderer::TimeStat
417 std::sqrt(S.getDouble(EC) / G.GraphEdgeMax.getDouble(EC))) in exportGraphAsDOT()
437 std::sqrt(VA.S.getDouble(VC) / G.GraphVertexMax.getDouble(VC))) in exportGraphAsDOT()
H A Dxray-graph.h52 double getDouble(StatType T) const;
H A Dxray-graph-diff.cpp245 double LeftAttr = LeftStat.getDouble(T); in statRelDiff()
246 double RightAttr = RightStat.getDouble(T); in statRelDiff()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp293 setDouble(Other.getDouble()); in operator =()
354 double VariantValue::getDouble() const { in getDouble() function in clang::ast_matchers::dynamic::VariantValue
H A DMarshallers.h129 return Value.getDouble();
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h284 double getDouble() const;