OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ABCExpandVAArgPass
(Results
1 - 10
of
10
) sorted by null
/frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCCompilerDriver.h
43
virtual
ABCExpandVAArgPass
*createExpandVAArgPass() const;
ARMABCExpandVAArg.cpp
27
#include "bcc/AndroidBitcode/
ABCExpandVAArgPass
.h"
33
class ARMABCExpandVAArg : public bcc::
ABCExpandVAArgPass
{
84
ABCExpandVAArgPass
*ARMABCCompilerDriver::createExpandVAArgPass() const {
/frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCCompilerDriver.h
36
virtual
ABCExpandVAArgPass
*createExpandVAArgPass() const;
MipsABCExpandVAArg.cpp
27
#include "bcc/AndroidBitcode/
ABCExpandVAArgPass
.h"
33
class MipsABCExpandVAArg : public bcc::
ABCExpandVAArgPass
{
87
ABCExpandVAArgPass
*MipsABCCompilerDriver::createExpandVAArgPass() const {
/frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCCompilerDriver.h
36
virtual
ABCExpandVAArgPass
*createExpandVAArgPass() const;
X86ABCExpandVAArg.cpp
27
#include "bcc/AndroidBitcode/
ABCExpandVAArgPass
.h"
33
class X86ABCExpandVAArg : public bcc::
ABCExpandVAArgPass
{
72
ABCExpandVAArgPass
*X86ABCCompilerDriver::createExpandVAArgPass() const {
/frameworks/compile/libbcc/include/bcc/AndroidBitcode/
ABCExpandVAArgPass.h
40
class
ABCExpandVAArgPass
: public llvm::FunctionPass {
51
ABCExpandVAArgPass
() : llvm::FunctionPass(ID), mContext(NULL) { }
ABCCompilerDriver.h
29
class
ABCExpandVAArgPass
;
64
virtual
ABCExpandVAArgPass
*createExpandVAArgPass() const = 0;
/frameworks/compile/libbcc/lib/AndroidBitcode/
ABCExpandVAArgPass.cpp
20
#include "bcc/AndroidBitcode/
ABCExpandVAArgPass
.h"
28
char
ABCExpandVAArgPass
::ID = 0;
30
bool
ABCExpandVAArgPass
::runOnFunction(llvm::Function &pFunc) {
Android.mk
26
ABCExpandVAArgPass
.cpp \
Completed in 598 milliseconds