Searched refs:InitFunction (Results 1 – 12 of 12) sorted by relevance
/freebsd/stand/efi/include/amd64/ |
H A D | efibind.h | 121 #define EFI_DRIVER_ENTRY_POINT(InitFunction) \ argument 123 InitFunction ( \ 147 return InitFunction(ImageHandle, SystemTable); \ 161 #define EFI_DRIVER_ENTRY_POINT(InitFunction) argument
|
/freebsd/stand/efi/include/i386/ |
H A D | efibind.h | 117 #define EFI_DRIVER_ENTRY_POINT(InitFunction) \ argument 119 InitFunction ( \ 143 return InitFunction(ImageHandle, SystemTable); \ 157 #define EFI_DRIVER_ENTRY_POINT(InitFunction) argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 214 FunctionCallee InitFunction = in createSanitizerCtorAndInitFunctions() local 225 auto *InitFn = cast<Function>(InitFunction.getCallee()); in createSanitizerCtorAndInitFunctions() 237 IRB.CreateCall(InitFunction, InitArgs); in createSanitizerCtorAndInitFunctions() 248 return std::make_pair(Ctor, InitFunction); in createSanitizerCtorAndInitFunctions() 268 FunctionCallee InitFunction; in getOrCreateSanitizerCtorAndInitFunctions() local 269 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions() 271 FunctionsCreatedCallback(Ctor, InitFunction); in getOrCreateSanitizerCtorAndInitFunctions() 272 return std::make_pair(Ctor, InitFunction); in getOrCreateSanitizerCtorAndInitFunctions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 171 struct InitFunction { struct 259 std::vector<InitFunction> InitFunctions; 443 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::InitFunction) in LLVM_YAML_IS_SEQUENCE_VECTOR() 556 template <> struct MappingTraits<WasmYAML::InitFunction> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 557 static void mapping(IO &IO, WasmYAML::InitFunction &Init); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/freebsd/stand/efi/include/arm/ |
H A D | efibind.h | 31 #define EFI_DRIVER_ENTRY_POINT(InitFunction) argument
|
/freebsd/stand/efi/include/arm64/ |
H A D | efibind.h | 120 #define EFI_DRIVER_ENTRY_POINT(InitFunction) argument
|
/freebsd/stand/efi/include/riscv/ |
H A D | efibind.h | 120 #define EFI_DRIVER_ENTRY_POINT(InitFunction) argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 505 FunctionCallee InitFunction = declareSanitizerInitFunction( in instrumentModule() local 508 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule() 513 FunctionCallee InitFunction = declareSanitizerInitFunction( in instrumentModule() local 516 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmYAML.cpp | 480 void MappingTraits<WasmYAML::InitFunction>::mapping( in mapping() 481 IO &IO, WasmYAML::InitFunction &Init) { in mapping()
|
H A D | WasmEmitter.cpp | 246 for (const WasmYAML::InitFunction &Func : Section.InitFunctions) { in writeSectionContent()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 7504 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl() local 7506 CXXGlobalInits.push_back(InitFunction); in EmitOMPThreadPrivateDecl()
|
H A D | CGOpenMPRuntime.cpp | 1745 llvm::Function *InitFunction = CGM.CreateGlobalInitOrCleanUpFunction( in emitThreadPrivateVarDefinition() local 1749 InitCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, InitFunction, in emitThreadPrivateVarDefinition() 1754 return InitFunction; in emitThreadPrivateVarDefinition()
|