Home
last modified time | relevance | path

Searched defs:InitFunc (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp66 using InitFunc = void (*)(); in runInitArray() typedef
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp503 EmitPointerToInitFunc(const VarDecl * D,llvm::GlobalVariable * GV,llvm::Function * InitFunc,InitSegAttr * ISA) EmitPointerToInitFunc() argument
H A DMicrosoftCXXABI.cpp2395 __anon624d7ee50602(llvm::Function *InitFunc) EmitThreadLocalInitFuncs() argument
2423 llvm::Function *InitFunc = CGM.CreateGlobalInitOrCleanUpFunction( EmitThreadLocalInitFuncs() local
H A DItaniumCXXABI.cpp2904 llvm::Function *InitFunc = nullptr; EmitThreadLocalInitFuncs() local
/freebsd-src/libexec/rtld-elf/
H A Drtld.h75 typedef void (*InitFunc)(void); typedef