Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp214 FunctionStart, enumerator
886 CurrentState = FunctionStart; in ParseDirective()
954 if (CurrentState != FunctionStart) in ParseDirective()
995 if (CurrentState == FunctionStart) { in ensureLocals()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1405 const uint8_t *FunctionStart = Ctx.Ptr; in parseCodeSection() local
1409 Function.CodeOffset = Ctx.Ptr - FunctionStart; in parseCodeSection()
1411 Function.CodeSectionOffset = FunctionStart - Ctx.Start; in parseCodeSection()
1412 Function.Size = FunctionEnd - FunctionStart; in parseCodeSection()
/openbsd-src/gnu/llvm/llvm/docs/
H A DExtensions.rst503 ``.cv_linetable`` *FunctionId* ``,`` *FunctionStart* ``,`` *FunctionEnd*
508 ``.cv_inline_linetable`` *PrimaryFunctionId* ``,`` *FileNumber Line FunctionStart FunctionEnd*
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp779 size_t FunctionStart = Expr.find('('); in parseNumericSubstitutionBlock() local
780 if (FormatSpecEnd != StringRef::npos && FormatSpecEnd < FunctionStart) { in parseNumericSubstitutionBlock()