Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp110 struct WeightedFile { struct
114 WeightedFile() {} in WeightedFile() function
116 WeightedFile(StringRef F, uint64_t W) : Filename{F}, Weight{W} {} in WeightedFile() argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp126 struct WeightedFile { struct
130 typedef SmallVector<WeightedFile, 5> WeightedFileVector; argument