MCPcopy Create free account
hub / github.com/beefytech/Beef / pv

Function pv

IDEHelper/Compiler/BfCompiler.cpp:96–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void pv(const llvm::Value* v)
97{
98 Beefy::debug_ostream os;
99 v->print(os);
100 os << "\n";
101 os.flush();
102 pt(v->getType());
103}
104
105void ppt(llvm::Value* v)
106{

Callers 1

PrintActiveFuncMethod · 0.85

Calls 1

ptFunction · 0.85

Tested by

no test coverage detected