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/ |
D | ModuleUtils.cpp | 127 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/ |
D | WasmYAML.h | 162 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/ |
D | glcSubgroupsTestsUtils.hpp | 205 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/ |
D | dynamic_library.h | 36 using InitFunction = void (*)(); variable
|
D | test_dynamic_linking.cpp | 34 InitFunction init = dynamic_library_c.get_symbol(INIT_FUNCTION_NAME); in main()
|
D | test_dynamic_loading_and_linking.cpp | 36 InitFunction init = dynamic_library_c.get_symbol(INIT_FUNCTION_NAME); in main()
|
D | test_dynamic_loading.cpp | 43 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/ |
D | WasmYAML.cpp | 457 void MappingTraits<WasmYAML::InitFunction>::mapping( in mapping() 458 IO &IO, WasmYAML::InitFunction &Init) { in mapping()
|
D | WasmEmitter.cpp | 231 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/ |
D | SanitizerCoverage.cpp | 467 FunctionCallee InitFunction = declareSanitizerInitFunction( in instrumentModule() local 470 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 168273 Array* InitFunction(nsCSSKeyword aFunctionId, uint32_t aNumArgs);
|