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

Function pt

IDEHelper/Compiler/BfCompiler.cpp:55–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53Beefy::BfCompiler* gBfCompiler = NULL;
54
55void pt(llvm::Type* t)
56{
57 //Beefy::OutputDebugStrF("pv((llvm::Type*)%p)\n", t);
58
59 Beefy::debug_ostream os;
60 t->print(os);
61 os << "\n";
62 os << " isSized: " << t->isSized() << "\n";
63 os.flush();
64
65// if (auto pointerType = llvm::dyn_cast<llvm::PointerType>(t))
66// {
67// Beefy::OutputDebugStrF("Element: ");
68// pt(pointerType->getElementType());
69// }
70}
71
72void ppt(llvm::Type* t)
73{

Callers 3

pvFunction · 0.85
PrintUsersFunction · 0.85
pbftMethod · 0.85

Calls 4

c_strMethod · 0.45
TypeToStringMethod · 0.45
GetModuleMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected