Home
last modified time | relevance | path

Searched defs:StartFunction (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h287 uint32_t StartFunction = -1; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h373 uint32_t StartFunction; member
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp695 void CodeGenFunction::StartFunction(GlobalDecl GD, QualType RetTy, in StartFunction() function in CodeGenFunction