Home
last modified time | relevance | path

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

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