Home
last modified time | relevance | path

Searched defs:InitFunction (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp127 FunctionCallee InitFunction = in createSanitizerCtorAndInitFunctions() local
160 FunctionCallee InitFunction; in getOrCreateSanitizerCtorAndInitFunctions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h162 struct InitFunction { struct
163 uint32_t Priority;
164 uint32_t Symbol;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h171 struct InitFunction { struct
172 uint32_t Priority;
173 uint32_t Symbol;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DWasmYAML.h171 struct InitFunction { struct
172 uint32_t Priority;
173 uint32_t Symbol;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DWasmYAML.h171 struct InitFunction { struct
172 uint32_t Priority;
173 uint32_t Symbol;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DWasmYAML.h171 struct InitFunction { struct
172 uint32_t Priority;
173 uint32_t Symbol;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DWasmYAML.h171 struct InitFunction { struct
172 uint32_t Priority;
173 uint32_t Symbol;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp207 FunctionCallee InitFunction = in createSanitizerCtorAndInitFunctions() local
261 FunctionCallee InitFunction; in getOrCreateSanitizerCtorAndInitFunctions() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp114 Function *InitFunction = in createSanitizerCtorAndInitFunctions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp518 FunctionCallee InitFunction = declareSanitizerInitFunction( in instrumentModule() local
526 FunctionCallee InitFunction = declareSanitizerInitFunction( in instrumentModule() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.hpp251 typedef void (*InitFunction)(SourceCollections &programCollection, Arg0 arg0); typedef in glc::subgroups::SubgroupFactory
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp467 FunctionCallee InitFunction = declareSanitizerInitFunction( in instrumentModule() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_reductions.cpp1905 TEST(Reductions, InitFunction) { in TEST() argument
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp4222 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl() local
H A DCGOpenMPRuntime.cpp1868 auto InitFunction = CGM.CreateGlobalInitOrDestructFunction( in emitThreadPrivateVarDefinition() local