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

  /external/llvm/include/llvm/IR/
FunctionInfo.h 143 typedef std::vector<std::unique_ptr<FunctionInfo>> FunctionInfoList;
146 typedef StringMap<FunctionInfoList> FunctionInfoMapTy;
182 const FunctionInfoList &getFunctionInfoList(StringRef FuncName) {
  /external/llvm/lib/IR/
FunctionInfo.cpp 27 FunctionInfoList &List = OtherFuncInfoLists.second;

Completed in 2343 milliseconds