Home | History | Annotate | Download | only in ProfileData

Lines Matching refs:AddSegment

57 inline StringRef getInstrProfCountersSectionName(bool AddSegment) {
58 return AddSegment ? "__DATA," INSTR_PROF_CNTS_SECT_NAME_STR
64 inline StringRef getInstrProfNameSectionName(bool AddSegment) {
65 return AddSegment ? "__DATA," INSTR_PROF_NAME_SECT_NAME_STR
71 inline StringRef getInstrProfDataSectionName(bool AddSegment) {
72 return AddSegment ? "__DATA," INSTR_PROF_DATA_SECT_NAME_STR
79 inline StringRef getInstrProfValuesSectionName(bool AddSegment) {
80 return AddSegment ? "__DATA," INSTR_PROF_VALS_SECT_NAME_STR
86 inline StringRef getInstrProfVNodesSectionName(bool AddSegment) {
87 return AddSegment ? "__DATA," INSTR_PROF_VNODES_SECT_NAME_STR
104 inline StringRef getInstrProfCoverageSectionName(bool AddSegment) {
105 return AddSegment ? "__LLVM_COV," INSTR_PROF_COVMAP_SECT_NAME_STR