HomeSort by relevance Sort by last modified time
    Searched full:self_process (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Support/
Process.cpp 32 self_process *process::get_self() {
35 static self_process *SP = new self_process();
40 // The destructor for the self_process subclass must never actually be
44 self_process::~self_process() {
68 TimeValue self_process::get_wall_time() const {
  /external/llvm/lib/Support/Windows/
Process.inc 52 process::id_type self_process::get_id() {
68 TimeValue self_process::get_user_time() const {
77 TimeValue self_process::get_system_time() const {
87 // present solely so it can be called once to initialize the self_process member
101 self_process::self_process() : PageSize(getPageSize()) {
  /external/llvm/include/llvm/Support/
Process.h 41 class self_process;
95 static self_process *get_self();
105 class self_process : public process { class in namespace:llvm::sys
110 virtual ~self_process();
138 self_process();
  /external/llvm/lib/Support/Unix/
Process.inc 50 process::id_type self_process::get_id() {
73 TimeValue self_process::get_user_time() const {
86 TimeValue self_process::get_system_time() const {
106 self_process::self_process() : PageSize(getPageSize()) {

Completed in 9283 milliseconds