Searched refs:InitFunction (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 114 Function *InitFunction = in createSanitizerCtorAndInitFunctions() local 118 InitFunction->setLinkage(Function::ExternalLinkage); in createSanitizerCtorAndInitFunctions() 119 IRB.CreateCall(InitFunction, InitArgs); in createSanitizerCtorAndInitFunctions() 127 return std::make_pair(Ctor, InitFunction); in createSanitizerCtorAndInitFunctions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 144 struct InitFunction { struct 201 std::vector<InitFunction> InitFunctions; 339 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::InitFunction) in LLVM_YAML_IS_SEQUENCE_VECTOR() 438 template <> struct MappingTraits<WasmYAML::InitFunction> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 439 static void mapping(IO &IO, WasmYAML::InitFunction &Init); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 159 Function *InitFunction = in createSanitizerCtorAndInitFunctions() local 166 IRB.CreateCall(InitFunction, InitArgs); in createSanitizerCtorAndInitFunctions() 174 return std::make_pair(Ctor, InitFunction); in createSanitizerCtorAndInitFunctions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 366 void MappingTraits<WasmYAML::InitFunction>::mapping( in mapping() 367 IO &IO, WasmYAML::InitFunction &Init) { in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 397 Function *InitFunction = declareSanitizerInitFunction( in runOnModule() local 400 IRBCtor.CreateCall(InitFunction, in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 117 WasmYAML::InitFunction F{Func.Priority, Func.Symbol}; in dumpCustomSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 195 for (const WasmYAML::InitFunction &Func : Section.InitFunctions) { in writeSectionContent()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 4222 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl() local 4224 CXXGlobalInits.push_back(InitFunction); in EmitOMPThreadPrivateDecl()
|
D | CGOpenMPRuntime.cpp | 1868 auto InitFunction = CGM.CreateGlobalInitOrDestructFunction( in emitThreadPrivateVarDefinition() local 1873 InitCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, InitFunction, in emitThreadPrivateVarDefinition() 1878 return InitFunction; in emitThreadPrivateVarDefinition()
|