Searched refs:InitFunction (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 207 FunctionCallee InitFunction = in createSanitizerCtorAndInitFunctions() local 218 auto *InitFn = cast<Function>(InitFunction.getCallee()); in createSanitizerCtorAndInitFunctions() 230 IRB.CreateCall(InitFunction, InitArgs); in createSanitizerCtorAndInitFunctions() 241 return std::make_pair(Ctor, InitFunction); in createSanitizerCtorAndInitFunctions() 261 FunctionCallee InitFunction; in getOrCreateSanitizerCtorAndInitFunctions() local 262 std::tie(Ctor, InitFunction) = llvm::createSanitizerCtorAndInitFunctions( in getOrCreateSanitizerCtorAndInitFunctions() 264 FunctionsCreatedCallback(Ctor, InitFunction); in getOrCreateSanitizerCtorAndInitFunctions() 265 return std::make_pair(Ctor, InitFunction); in getOrCreateSanitizerCtorAndInitFunctions()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 518 FunctionCallee InitFunction = declareSanitizerInitFunction( in instrumentModule() local 521 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule() 526 FunctionCallee InitFunction = declareSanitizerInitFunction( in instrumentModule() local 529 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 150 WasmYAML::InitFunction F{Func.Priority, Func.Symbol}; in dumpCustomSection()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 6924 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl() local 6926 CXXGlobalInits.push_back(InitFunction); in EmitOMPThreadPrivateDecl()
|
H A D | CGOpenMPRuntime.cpp | 1816 llvm::Function *InitFunction = CGM.CreateGlobalInitOrCleanUpFunction( in emitThreadPrivateVarDefinition() local 1820 InitCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, InitFunction, in emitThreadPrivateVarDefinition() 1825 return InitFunction; in emitThreadPrivateVarDefinition()
|