OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SessionContext
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h
108
/*
SessionContext
: One session */
109
struct
SessionContext
{
EffectBundle.cpp
71
SessionContext
GlobalSessionMemory[LVM_MAX_SESSIONS];
174
SessionContext
*pSessionContext;
361
SessionContext
*pSessionContext = &GlobalSessionMemory[pContext->pBundledContext->SessionNo];
[
all
...]
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp
683
class
SessionContext
{
685
SessionContext
(LLVMContext &C)
700
void
SessionContext
::addPrototypeAST(std::unique_ptr<PrototypeAST> P) {
704
PrototypeAST*
SessionContext
::getPrototypeAST(const std::string &Name) {
714
IRGenContext(
SessionContext
&S)
722
SessionContext
& getSession() { return Session; }
731
SessionContext
&Session;
[
all
...]
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp
682
class
SessionContext
{
684
SessionContext
(LLVMContext &C)
699
void
SessionContext
::addPrototypeAST(std::unique_ptr<PrototypeAST> P) {
703
PrototypeAST*
SessionContext
::getPrototypeAST(const std::string &Name) {
713
IRGenContext(
SessionContext
&S)
721
SessionContext
& getSession() { return Session; }
730
SessionContext
&Session;
[
all
...]
/external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp
682
class
SessionContext
{
684
SessionContext
(LLVMContext &C)
699
void
SessionContext
::addPrototypeAST(std::unique_ptr<PrototypeAST> P) {
703
PrototypeAST*
SessionContext
::getPrototypeAST(const std::string &Name) {
713
IRGenContext(
SessionContext
&S)
721
SessionContext
& getSession() { return Session; }
730
SessionContext
&Session;
[
all
...]
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp
682
class
SessionContext
{
684
SessionContext
(LLVMContext &C)
699
void
SessionContext
::addPrototypeAST(std::unique_ptr<PrototypeAST> P) {
703
PrototypeAST*
SessionContext
::getPrototypeAST(const std::string &Name) {
713
IRGenContext(
SessionContext
&S)
721
SessionContext
& getSession() { return Session; }
730
SessionContext
&Session;
[
all
...]
Completed in 257 milliseconds