HomeSort by: relevance | last modified time | path
    Searched refs:SecLBRProfile (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfWriter.h 162 // Note that SecFuncOffsetTable section is written after SecLBRProfile
163 // in the profile, but is put before SecLBRProfile in SectionHdrLayout.
172 {SecLBRProfile, 0, 0, 0, 0},
181 {SecLBRProfile, 0, 0, 0, 0},
185 {SecLBRProfile, 0, 0, 0, 0},
283 // Save the start of SecLBRProfile so we can compute the offset to the
284 // start of SecLBRProfile for each Function's Profile and will keep it
315 // FuncOffsetTable maps function name to its profile offset in SecLBRProfile
SampleProf.h 127 SecLBRProfile = SecFuncProfileFirst
144 case SecLBRProfile:
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfWriter.cpp 267 case SecLBRProfile:
304 if (auto EC = writeOneSection(SecLBRProfile, 3, ProfileMap))
336 if (auto EC = writeOneSection(SecLBRProfile, 3, ContextProfileMap))
343 if (auto EC = writeOneSection(SecLBRProfile, 5, NoContextProfileMap))
621 // needs to be computed after SecLBRProfile (the order in SecHdrTable),
622 // but it needs to be read before SecLBRProfile (the order in
SampleProfReader.cpp 611 case SecLBRProfile:

Completed in 59 milliseconds