Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DHugifyRuntimeLibrary.cpp64 const BinaryFunction *StartFunction = in emitBinary() local
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h287 uint32_t StartFunction = -1; variable
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h373 uint32_t StartFunction; member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp687 void CodeGenFunction::StartFunction(GlobalDecl GD, QualType RetTy, in StartFunction() function in CodeGenFunction