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

  /external/elfutils/lib/
dynamicsizehash.h 67 #define _FUNCTIONS(name) \
82 #define FUNCTIONS(name) _FUNCTIONS (name)
98 # undef _FUNCTIONS
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 75 std::vector<Function*> _functions; member in class:__anon8055::PathProfileLoaderPass
325 _functions.push_back(0); // make the 0 index a null pointer
330 _functions.push_back(F);
374 Function* f = _functions[pathHeader.fnNumber];

Completed in 153 milliseconds