Home
last modified time | relevance | path

Searched defs:FuncInfoVec (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DGCMetadata.h168 using FuncInfoVec = std::vector<std::unique_ptr<GCFunctionInfo>>; variable
/external/llvm/include/llvm/CodeGen/
DGCMetadata.h169 typedef std::vector<std::unique_ptr<GCFunctionInfo>> FuncInfoVec; typedef