Lines Matching refs:Function
223 LLVMExternalLinkage, /**< Externally visible function */
225 LLVMLinkOnceAnyLinkage, /**< Keep one copy of function when linking (inline)*/
228 LLVMWeakAnyLinkage, /**< Keep one copy of function when linking (weak) */
235 LLVMDLLImportLinkage, /**< Function to be imported from DLL */
236 LLVMDLLExportLinkage, /**< Function to be accessible from DLL */
351 * function type
397 /* Operations on function types */
466 macro(Function) \
1083 /** Constructs a new function-by-function pass pipeline over the module
1097 /** Initializes all of the function passes scheduled in the function pass
1102 /** Executes all of the function passes scheduled in the function pass manager
1103 on the provided function. Returns 1 if any of the passes modified the
1104 function, false otherwise.
1105 See llvm::FunctionPassManager::run(Function&). */
1108 /** Finalizes all of the function passes scheduled in in the function pass
1113 /** Frees the memory of a pass pipeline. For function pipelines, does not free