HomeSort by relevance Sort by last modified time
    Searched defs:InitFunction (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 114 Function *InitFunction =
118 InitFunction->setLinkage(Function::ExternalLinkage);
119 IRB.CreateCall(InitFunction, InitArgs);
127 return std::make_pair(Ctor, InitFunction);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 159 Function *InitFunction =
166 IRB.CreateCall(InitFunction, InitArgs);
174 return std::make_pair(Ctor, InitFunction);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
WasmYAML.h 144 struct InitFunction {
201 std::vector<InitFunction> InitFunctions;
339 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::InitFunction)
438 template <> struct MappingTraits<WasmYAML::InitFunction> {
439 static void mapping(IO &IO, WasmYAML::InitFunction &Init);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 397 Function *InitFunction = declareSanitizerInitFunction(
400 IRBCtor.CreateCall(InitFunction,
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]

Completed in 298 milliseconds