Searched refs:debugString (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDebugSupport.h29 llvm::StringRef debugString(Value::Kind Kind);
32 llvm::StringRef debugString(Solver::Result::Assignment Assignment);
35 llvm::StringRef debugString(Solver::Result::Status Status);
45 std::string debugString(
59 std::string debugString(
73 std::string debugString(
76 inline std::string debugString( function in namespace:clang::dataflow
82 return debugString(ConstraintsVec, Result, std::move(AtomNames));
/openbsd-current/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp35 llvm::StringRef debugString(Value::Kind Kind) { function in namespace:clang::dataflow
63 llvm::StringRef debugString(Solver::Result::Assignment Assignment) { function in namespace:clang::dataflow
73 llvm::StringRef debugString(Solver::Result::Status Status) { function in namespace:clang::dataflow
102 std::string debugString(const BoolValue &B, size_t Depth = 0) { function in class:clang::dataflow::__anon361::DebugStringGenerator
111 auto L = debugString(C.getLeftSubValue(), Depth + 1);
112 auto R = debugString(C.getRightSubValue(), Depth + 1);
118 auto L = debugString(D.getLeftSubValue(), Depth + 1);
119 auto R = debugString(D.getRightSubValue(), Depth + 1);
125 S = formatv("(not\n{0})", debugString(N.getSubVal(), Depth + 1));
130 auto L = debugString(I
149 std::string debugString(const llvm::DenseSet<BoolValue *> &Constraints) { function in class:clang::dataflow::__anon361::DebugStringGenerator
167 std::string debugString(ArrayRef<BoolValue *> &Constraints, function in class:clang::dataflow::__anon361::DebugStringGenerator
198 std::string debugString( function in class:clang::dataflow::__anon361::DebugStringGenerator
240 debugString(const BoolValue &B, function in namespace:clang::dataflow
246 debugString(const llvm::DenseSet<BoolValue *> &Constraints, function in namespace:clang::dataflow
252 debugString(ArrayRef<BoolValue *> Constraints, const Solver::Result &Result, function in namespace:clang::dataflow
[all...]
H A DValue.cpp51 return OS << debugString(Val.getKind());
H A DDataflowAnalysisContext.cpp354 llvm::dbgs() << debugString(Constraints, AtomNames);
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DRegisterAliasing.h114 std::string debugString(const MCRegisterInfo &RegInfo, const BitVector &Regs);
H A DRegisterAliasing.cpp82 std::string debugString(const MCRegisterInfo &RegInfo, const BitVector &Regs) { function in namespace:llvm::exegesis
H A DSnippetGenerator.cpp259 .concat(debugString(State.getRegInfo(),
262 .concat(debugString(State.getRegInfo(), ForbiddenRegs)));

Completed in 188 milliseconds