Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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.hpp127 return addressSpace.getDouble(cfa + (pint_t)savedReg.value); in getSavedFloatRegister()
130 return addressSpace.getDouble( in getSavedFloatRegister()
H A DAddressSpace.hpp183 double getDouble(pint_t addr) { in getDouble() function in libunwind::LocalAddressSpace
H A DUnwindCursor.hpp2903 double value = _addressSpace.getDouble(pSigctx + kOffsetFprs + in stepThroughSigReturn()
/src/contrib/llvm-project/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.cpp244 double LeftAttr = LeftStat.getDouble(T); in statRelDiff()
245 double RightAttr = RightStat.getDouble(T); in statRelDiff()
/src/contrib/llvm-project/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();
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h284 double getDouble() const;
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h133 virtual double getDouble(llvm::StringRef) const = 0;
/src/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp928 double getDouble(StringRef Key) const override { in getDouble() function in __anon1aad92b90111::Z3Statistics