Home
last modified time | relevance | path

Searched refs:InitFunction (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp127 FunctionCallee InitFunction = in createSanitizerCtorAndInitFunctions() local
134 IRB.CreateCall(InitFunction, InitArgs); in createSanitizerCtorAndInitFunctions()
141 return std::make_pair(Ctor, InitFunction); in createSanitizerCtorAndInitFunctions()
160 FunctionCallee InitFunction; in getOrCreateSanitizerCtorAndInitFunctions() local
161 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions()
163 FunctionsCreatedCallback(Ctor, InitFunction); in getOrCreateSanitizerCtorAndInitFunctions()
164 return std::make_pair(Ctor, InitFunction); in getOrCreateSanitizerCtorAndInitFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h162 struct InitFunction { struct
234 std::vector<InitFunction> InitFunctions;
418 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::InitFunction) in LLVM_YAML_IS_SEQUENCE_VECTOR()
530 template <> struct MappingTraits<WasmYAML::InitFunction> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
531 static void mapping(IO &IO, WasmYAML::InitFunction &Init); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp205 typedef void (*InitFunction)(SourceCollections& programCollection, Arg0 arg0); typedef in glc::subgroups::SubgroupFactory
213 SupportFunction suppFunc, InitFunction initFunc, TestFunction testFunc, Arg0 arg0) in SubgroupFactory()
287 InitFunction initFunc, in addFunctionCaseWithPrograms()
296 InitFunction m_initFunc;
/third_party/vulkan-loader/tests/live_verification/dynamic_loader_behavior/
Ddynamic_library.h36 using InitFunction = void (*)(); variable
Dtest_dynamic_linking.cpp34 InitFunction init = dynamic_library_c.get_symbol(INIT_FUNCTION_NAME); in main()
Dtest_dynamic_loading_and_linking.cpp36 InitFunction init = dynamic_library_c.get_symbol(INIT_FUNCTION_NAME); in main()
Dtest_dynamic_loading.cpp43 InitFunction init = dynamic_library_c.get_symbol(INIT_FUNCTION_NAME); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp457 void MappingTraits<WasmYAML::InitFunction>::mapping( in mapping()
458 IO &IO, WasmYAML::InitFunction &Init) { in mapping()
DWasmEmitter.cpp231 for (const WasmYAML::InitFunction &Func : Section.InitFunctions) { in writeSectionContent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp467 FunctionCallee InitFunction = declareSanitizerInitFunction( in instrumentModule() local
470 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp168273 Array* InitFunction(nsCSSKeyword aFunctionId, uint32_t aNumArgs);