Home
last modified time | relevance | path

Searched refs:CreateFromBuffer (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
DSource.h54 static Source *CreateFromBuffer(BCCContext &pContext,
/frameworks/compile/libbcc/lib/
DSource.cpp102 Source *Source::CreateFromBuffer(BCCContext &pContext, in CreateFromBuffer() function in bcc::Source
DRSCompilerDriver.cpp255 Source *source = Source::CreateFromBuffer(pContext, pResName, in build()
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp365 Source *source = Source::CreateFromBuffer(context, OptInputFilenames[0].c_str(), in main()