Home
last modified time | relevance | path

Searched refs:WrapperInput (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dwrapper_input.h30 class WrapperInput {
32 WrapperInput() {} in WrapperInput() function
33 virtual ~WrapperInput() {} in ~WrapperInput()
46 DISALLOW_CLASS_COPY_AND_ASSIGN(WrapperInput);
Dbitcode_wrapperer.h53 BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile);
157 void ReplaceInFile(WrapperInput* new_infile);
172 WrapperInput* infile_;
Dfile_wrapper_input.h28 class FileWrapperInput : public WrapperInput {
Din_memory_wrapper_input.h28 class InMemoryWrapperInput : public WrapperInput {
/frameworks/compile/libbcc/bcinfo/Wrap/
Dbitcode_wrapperer.cpp58 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile) in BitcodeWrapperer()