Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h273 uint32_t StartFunction = -1; variable
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h314 uint32_t StartFunction; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp826 void CodeGenFunction::StartFunction(GlobalDecl GD, in StartFunction() function in CodeGenFunction