OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addPrototype
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
StubFactory.h
34
///
addPrototype
- register a stub prototype
35
void
addPrototype
(Stub* pPrototype);
/frameworks/compile/mclinker/lib/LD/
StubFactory.cpp
33
///
addPrototype
- register a stub prototype
34
void StubFactory::
addPrototype
(Stub* pPrototype)
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
625
getStubFactory()->
addPrototype
(new ARMToARMStub(config().isCodeIndep()));
626
getStubFactory()->
addPrototype
(new ARMToTHMStub(config().isCodeIndep()));
627
getStubFactory()->
addPrototype
(new THMToTHMStub(config().isCodeIndep()));
628
getStubFactory()->
addPrototype
(new THMToARMStub(config().isCodeIndep()));
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
544
getStubFactory()->
addPrototype
[
all
...]
Completed in 88 milliseconds