|
LLVM
4.0.0
|
#include "llvm/Support/Host.h"#include "llvm/ADT/SmallSet.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/ADT/Triple.h"#include "llvm/Config/config.h"#include "llvm/Support/Debug.h"#include "llvm/Support/FileSystem.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/raw_ostream.h"#include <assert.h>#include <string.h>#include "Unix/Host.inc"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "host-detection" |
Functions | |
| static int | computeHostNumPhysicalCores () |
|
static |
Definition at line 1288 of file Host.cpp.
Referenced by llvm::sys::getHostNumPhysicalCores().
1.8.6