Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h296 uint32_t StartFunction = -1; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h374 uint32_t StartFunction; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp753 void CodeGenFunction::StartFunction(GlobalDecl GD, QualType RetTy, in StartFunction() function in CodeGenFunction