Home
last modified time | relevance | path

Searched refs:FunctionStart (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp177 FunctionStart, enumerator
700 CurrentState = FunctionStart; in ParseDirective()
768 if (CurrentState != FunctionStart) in ParseDirective()
808 if (CurrentState == FunctionStart) { in ensureLocals()
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp180 FunctionStart, enumerator
781 CurrentState = FunctionStart; in ParseDirective()
849 if (CurrentState != FunctionStart) in ParseDirective()
889 if (CurrentState == FunctionStart) { in ensureLocals()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1148 const uint8_t *FunctionStart = Ctx.Ptr; in parseCodeSection() local
1152 Function.CodeOffset = Ctx.Ptr - FunctionStart; in parseCodeSection()
1154 Function.CodeSectionOffset = FunctionStart - Ctx.Start; in parseCodeSection()
1155 Function.Size = FunctionEnd - FunctionStart; in parseCodeSection()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp1296 const uint8_t *FunctionStart = Ctx.Ptr; in parseCodeSection() local
1300 Function.CodeOffset = Ctx.Ptr - FunctionStart; in parseCodeSection()
1302 Function.CodeSectionOffset = FunctionStart - Ctx.Start; in parseCodeSection()
1303 Function.Size = FunctionEnd - FunctionStart; in parseCodeSection()
/external/llvm-project/llvm/docs/
DExtensions.rst459 ``.cv_linetable`` *FunctionId* ``,`` *FunctionStart* ``,`` *FunctionEnd*
464 ``.cv_inline_linetable`` *PrimaryFunctionId* ``,`` *FileNumber Line FunctionStart FunctionEnd*
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp760 size_t FunctionStart = Expr.find('('); in parseNumericSubstitutionBlock() local
761 if (FormatSpecEnd != StringRef::npos && FormatSpecEnd < FunctionStart) { in parseNumericSubstitutionBlock()