Searched refs:InitFunction (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/stand/efi/include/amd64/ |
| H A D | efibind.h | 205 #define EFI_DRIVER_ENTRY_POINT(InitFunction) \ argument 207 InitFunction ( \ 231 return InitFunction(ImageHandle, SystemTable); \ 245 #define EFI_DRIVER_ENTRY_POINT(InitFunction) argument
|
| /freebsd-13.1/stand/efi/include/i386/ |
| H A D | efibind.h | 201 #define EFI_DRIVER_ENTRY_POINT(InitFunction) \ argument 203 InitFunction ( \ 227 return InitFunction(ImageHandle, SystemTable); \ 241 #define EFI_DRIVER_ENTRY_POINT(InitFunction) argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 143 FunctionCallee InitFunction = in createSanitizerCtorAndInitFunctions() local 147 IRB.CreateCall(InitFunction, InitArgs); in createSanitizerCtorAndInitFunctions() 154 return std::make_pair(Ctor, InitFunction); in createSanitizerCtorAndInitFunctions() 173 FunctionCallee InitFunction; in getOrCreateSanitizerCtorAndInitFunctions() local 174 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions() 176 FunctionsCreatedCallback(Ctor, InitFunction); in getOrCreateSanitizerCtorAndInitFunctions() 177 return std::make_pair(Ctor, InitFunction); in getOrCreateSanitizerCtorAndInitFunctions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 167 struct InitFunction { struct 241 std::vector<InitFunction> InitFunctions; 425 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::InitFunction) in LLVM_YAML_IS_SEQUENCE_VECTOR() 537 template <> struct MappingTraits<WasmYAML::InitFunction> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 538 static void mapping(IO &IO, WasmYAML::InitFunction &Init); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-13.1/stand/efi/include/arm/ |
| H A D | efibind.h | 32 #define EFI_DRIVER_ENTRY_POINT(InitFunction) argument
|
| /freebsd-13.1/stand/efi/include/riscv/ |
| H A D | efibind.h | 197 #define EFI_DRIVER_ENTRY_POINT(InitFunction) argument
|
| /freebsd-13.1/stand/efi/include/arm64/ |
| H A D | efibind.h | 197 #define EFI_DRIVER_ENTRY_POINT(InitFunction) argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 473 void MappingTraits<WasmYAML::InitFunction>::mapping( in mapping() 474 IO &IO, WasmYAML::InitFunction &Init) { in mapping()
|
| H A D | WasmEmitter.cpp | 233 for (const WasmYAML::InitFunction &Func : Section.InitFunctions) { in writeSectionContent()
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 6228 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl() local 6230 CXXGlobalInits.push_back(InitFunction); in EmitOMPThreadPrivateDecl()
|
| H A D | CGOpenMPRuntime.cpp | 1874 llvm::Function *InitFunction = CGM.CreateGlobalInitOrCleanUpFunction( in emitThreadPrivateVarDefinition() local 1878 InitCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, InitFunction, in emitThreadPrivateVarDefinition() 1883 return InitFunction; in emitThreadPrivateVarDefinition()
|