HomeSort by: relevance | last modified time | path
    Searched defs:FuncOffsetTable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfWriter.h 285 // in FuncOffsetTable.
315 // FuncOffsetTable maps function name to its profile offset in SecLBRProfile
317 MapVector<StringRef, uint64_t> FuncOffsetTable;
389 MapVector<StringRef, uint64_t> FuncOffsetTable;
390 /// The offset of the slot to be filled with the offset of FuncOffsetTable
SampleProfReader.h 672 DenseMap<StringRef, uint64_t> FuncOffsetTable;
746 DenseMap<StringRef, uint64_t> FuncOffsetTable;

Completed in 16 milliseconds