HomeSort by relevance Sort by last modified time
    Searched refs:isLocalFunction (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
FunctionInfo.cpp 53 if (Info->functionSummary()->isLocalFunction()) {
  /external/llvm/include/llvm/IR/
FunctionInfo.h 49 bool IsLocalFunction;
73 void setLocalFunction(bool IsLocal) { IsLocalFunction = IsLocal; }
77 bool isLocalFunction() const { return IsLocalFunction; }
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 153 milliseconds