LLVM API Documentation
Go to the source code of this file.
Namespaces | |
llvm | |
List of target independent CodeGen pass IDs. | |
Functions | |
bool | llvm::llvm_start_multithreaded () |
void | llvm::llvm_stop_multithreaded () |
bool | llvm::llvm_is_multithreaded () |
void | llvm::llvm_acquire_global_lock () |
void | llvm::llvm_release_global_lock () |
void | llvm::llvm_execute_on_thread (void(*UserFn)(void *), void *UserData, unsigned RequestedStackSize=0) |