OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WrapperInput
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/libbcc/include/bcinfo/Wrap/
wrapper_input.h
30
class
WrapperInput
{
32
WrapperInput
() {}
33
virtual ~
WrapperInput
() {}
46
DISALLOW_CLASS_COPY_AND_ASSIGN(
WrapperInput
);
file_wrapper_input.h
28
class FileWrapperInput : public
WrapperInput
{
in_memory_wrapper_input.h
28
class InMemoryWrapperInput : public
WrapperInput
{
bitcode_wrapperer.h
53
BitcodeWrapperer(
WrapperInput
* infile, WrapperOutput* outfile);
157
void ReplaceInFile(
WrapperInput
* new_infile);
172
WrapperInput
* infile_;
/frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp
57
BitcodeWrapperer::BitcodeWrapperer(
WrapperInput
* infile, WrapperOutput* outfile)
Completed in 58 milliseconds