Home
last modified time | relevance | path

Searched defs:EF (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_context.cpp135 RSExportFunc *EF = RSExportFunc::Create(this, FD); in processExportFunc() local
Dllvm-rs-link.cpp100 if (llvm::NamedMDNode *EF = M->getNamedMetadata(RS_EXPORT_FUNC_MN)) in GetExportSymbols() local
Dslang_rs_backend.cpp292 const RSExportFunc *EF = *I; in HandleTranslationUnitPost() local
Dslang_rs_reflection.cpp677 const RSExportForEach *EF = *I; in genScriptClassConstructor() local
901 void RSReflection::genExportFunction(Context &C, const RSExportFunc *EF) { in genExportFunction()
945 void RSReflection::genExportForEach(Context &C, const RSExportForEach *EF) { in genExportForEach()