Searched refs:InitFunction (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 142 FunctionCallee InitFunction = in createSanitizerCtorAndInitFunctions() local 146 IRB.CreateCall(InitFunction, InitArgs); in createSanitizerCtorAndInitFunctions() 153 return std::make_pair(Ctor, InitFunction); in createSanitizerCtorAndInitFunctions() 172 FunctionCallee InitFunction; in getOrCreateSanitizerCtorAndInitFunctions() local 173 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions() 175 FunctionsCreatedCallback(Ctor, InitFunction); in getOrCreateSanitizerCtorAndInitFunctions() 176 return std::make_pair(Ctor, InitFunction); in getOrCreateSanitizerCtorAndInitFunctions()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 171 struct InitFunction { struct 258 std::vector<InitFunction> InitFunctions; 442 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::InitFunction) in LLVM_YAML_IS_SEQUENCE_VECTOR() 555 template <> struct MappingTraits<WasmYAML::InitFunction> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 556 static void mapping(IO &IO, WasmYAML::InitFunction &Init); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 476 void MappingTraits<WasmYAML::InitFunction>::mapping( in mapping() 477 IO &IO, WasmYAML::InitFunction &Init) { in mapping()
|
| H A D | WasmEmitter.cpp | 246 for (const WasmYAML::InitFunction &Func : Section.InitFunctions) { in writeSectionContent()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 500 FunctionCallee InitFunction = declareSanitizerInitFunction( in instrumentModule() local 503 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 150 WasmYAML::InitFunction F{Func.Priority, Func.Symbol}; in dumpCustomSection()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 6716 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl() local 6718 CXXGlobalInits.push_back(InitFunction); in EmitOMPThreadPrivateDecl()
|
| H A D | CGOpenMPRuntime.cpp | 1821 llvm::Function *InitFunction = CGM.CreateGlobalInitOrCleanUpFunction( in emitThreadPrivateVarDefinition() local 1825 InitCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, InitFunction, in emitThreadPrivateVarDefinition() 1830 return InitFunction; in emitThreadPrivateVarDefinition()
|