Home
last modified time | relevance | path

Searched refs:CreateEmpty (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
DSource.h69 static Source *CreateEmpty(BCCContext &pContext, const std::string &pName);
/frameworks/compile/libbcc/lib/Core/
DSource.cpp171 Source *Source::CreateEmpty(BCCContext &pContext, const std::string &pName) { in CreateEmpty() function in bcc::Source