Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
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/
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/
DExtensions.rst503 ``.cv_linetable`` *FunctionId* ``,`` *FunctionStart* ``,`` *FunctionEnd*
508 ``.cv_inline_linetable`` *PrimaryFunctionId* ``,`` *FileNumber Line FunctionStart FunctionEnd*