Searched refs:FunctionDefinition (Results 1 - 21 of 21) sorted by relevance

/external/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.h20 struct FunctionDefinition : public ProgramElement { struct in namespace:SkSL
21 FunctionDefinition(Position position, const FunctionDeclaration& declaration, function in struct:SkSL::FunctionDefinition
/external/skia/src/sksl/
H A DSkSLCFGGenerator.h84 CFG getCFG(const FunctionDefinition& f);
H A DSkSLCompiler.h74 void scanCFG(const FunctionDefinition& f);
H A DSkSLGLSLCodeGenerator.h103 void writeFunction(const FunctionDefinition& f);
H A DSkSLIRGenerator.h86 std::unique_ptr<FunctionDefinition> convertFunction(const ASTFunction& f);
H A DSkSLCompiler.cpp326 void Compiler::scanCFG(const FunctionDefinition& f) {
419 std::unique_ptr<FunctionDefinition> f = fIRGenerator->convertFunction(
H A DSkSLSPIRVCodeGenerator.h127 SpvId writeFunction(const FunctionDefinition& f, SkWStream& out);
H A DSkSLGLSLCodeGenerator.cpp483 void GLSLCodeGenerator::writeFunction(const FunctionDefinition& f) {
847 this->writeFunction((FunctionDefinition&) *e);
H A DSkSLCFGGenerator.cpp387 CFG CFGGenerator::getCFG(const FunctionDefinition& f) {
H A DSkSLIRGenerator.cpp491 std::unique_ptr<FunctionDefinition> IRGenerator::convertFunction(const ASTFunction& f) {
593 return std::unique_ptr<FunctionDefinition>(new FunctionDefinition(f.fPosition, *decl,
H A DSkSLSPIRVCodeGenerator.cpp2449 SpvId SPIRVCodeGenerator::writeFunction(const FunctionDefinition& f, SkWStream& out) {
2827 FunctionDefinition& f = (FunctionDefinition&) *program.fElements[i];
2849 this->writeFunction(((FunctionDefinition&) *program.fElements[i]), body);
/external/llvm/tools/yaml2obj/
H A Dyaml2coff.cpp213 if (i->FunctionDefinition)
483 if (i->FunctionDefinition)
484 OS << binary_le(i->FunctionDefinition->TagIndex)
485 << binary_le(i->FunctionDefinition->TotalSize)
486 << binary_le(i->FunctionDefinition->PointerToLinenumber)
487 << binary_le(i->FunctionDefinition->PointerToNextFunction)
488 << zeros(i->FunctionDefinition->unused)
/external/swiftshader/third_party/LLVM/lib/MC/
H A DWinCOFFObjectWriter.cpp562 WriteLE32(i->Aux.FunctionDefinition.TagIndex);
563 WriteLE32(i->Aux.FunctionDefinition.TotalSize);
564 WriteLE32(i->Aux.FunctionDefinition.PointerToLinenumber);
565 WriteLE32(i->Aux.FunctionDefinition.PointerToNextFunction);
566 WriteZeros(sizeof(i->Aux.FunctionDefinition.unused));
/external/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h68 Optional<COFF::AuxiliaryFunctionDefinition> FunctionDefinition; member in struct:llvm::COFFYAML::Symbol
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCOFF.h288 AuxiliaryFunctionDefinition FunctionDefinition; member in union:llvm::COFF::Auxiliary
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp542 writeLE32(i.Aux.FunctionDefinition.TagIndex);
543 writeLE32(i.Aux.FunctionDefinition.TotalSize);
544 writeLE32(i.Aux.FunctionDefinition.PointerToLinenumber);
545 writeLE32(i.Aux.FunctionDefinition.PointerToNextFunction);
546 WriteZeros(sizeof(i.Aux.FunctionDefinition.unused));
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp151 Sym->FunctionDefinition = YAMLFD;
/external/clang/include/clang/Sema/
H A DDeclSpec.h1673 /// FunctionDefinition - Is this Declarator for a function or member
1677 unsigned FunctionDefinition : 2;
1717 GroupingParens(false), FunctionDefinition(FDK_Declaration),
2238 FunctionDefinition = Val;
2246 return (FunctionDefinitionKind)FunctionDefinition;
/external/llvm/include/llvm/Support/
H A DCOFF.h404 AuxiliaryFunctionDefinition FunctionDefinition; member in union:llvm::COFF::Auxiliary
/external/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp475 IO.mapOptional("FunctionDefinition", S.FunctionDefinition);
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1270 milliseconds