OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryPoint
(Results
1 - 6
of
6
) sorted by null
/development/tools/emulator/opengl/host/tools/emugen/
EntryPoint.h
29
class
EntryPoint
{
31
EntryPoint
();
32
virtual ~
EntryPoint
();
EntryPoint.cpp
17
#include "
EntryPoint
.h"
24
EntryPoint
::
EntryPoint
()
29
EntryPoint
::~
EntryPoint
()
33
void
EntryPoint
::reset()
95
bool
EntryPoint
::parse(unsigned int lc, const std::string & str)
156
void
EntryPoint
::print(FILE *fp, bool newline,
178
Var *
EntryPoint
::var(const std::string & name)
190
bool
EntryPoint
::hasPointers(
[
all
...]
Android.mk
9
EntryPoint
.cpp \
ApiGen.h
21
#include "
EntryPoint
.h"
24
class ApiGen : public std::vector<
EntryPoint
> {
66
EntryPoint
* findEntryByName(const std::string & name);
ApiGen.cpp
17
#include "
EntryPoint
.h"
33
EntryPoint
* ApiGen::findEntryByName(const std::string & name)
35
EntryPoint
* entry = NULL;
74
EntryPoint
*e = &at(i);
117
EntryPoint
*e = &at(i);
152
EntryPoint
*e = &at(i);
159
EntryPoint
*e = &at(i);
233
EntryPoint
*e = &at(i);
357
static int getVarEncodingSizeExpression(Var& var,
EntryPoint
* e, char* buff, size_t bufflen)
469
EntryPoint
*e = &at(i)
[
all
...]
/external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp
43
EntryPoint
("entry",
112
void *MainAddress = Dyld.getSymbolAddress(
EntryPoint
);
114
return Error("no definition for '" +
EntryPoint
+ "'");
127
errs() << "loaded '" <<
EntryPoint
<< "' at: " << (void*)MainAddress << "\n";
Completed in 370 milliseconds