Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp210 FunctionStart, enumerator
851 CurrentState = FunctionStart; in ParseDirective()
919 if (CurrentState != FunctionStart) in ParseDirective()
959 if (CurrentState == FunctionStart) { in ensureLocals()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1313 const uint8_t *FunctionStart = Ctx.Ptr; in parseCodeSection() local
1317 Function.CodeOffset = Ctx.Ptr - FunctionStart; in parseCodeSection()
1319 Function.CodeSectionOffset = FunctionStart - Ctx.Start; in parseCodeSection()
1320 Function.Size = FunctionEnd - FunctionStart; in parseCodeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExtensions.rst459 ``.cv_linetable`` *FunctionId* ``,`` *FunctionStart* ``,`` *FunctionEnd*
464 ``.cv_inline_linetable`` *PrimaryFunctionId* ``,`` *FileNumber Line FunctionStart FunctionEnd*
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp779 size_t FunctionStart = Expr.find('('); in parseNumericSubstitutionBlock() local
780 if (FormatSpecEnd != StringRef::npos && FormatSpecEnd < FunctionStart) { in parseNumericSubstitutionBlock()