Searched refs:SectName (Results 1 – 4 of 4) sorted by relevance
72 StringRef SectName; in isSectionBitcode() local73 if (!getSectionName(Sec, SectName)) in isSectionBitcode()74 return SectName == ".llvmbc"; in isSectionBitcode()
2001 StringRef SectName; in isSectionBitcode() local2002 if (!getSectionName(Sec, SectName)) in isSectionBitcode()2003 return (SegmentName == "__LLVM" && SectName == "__bitcode"); in isSectionBitcode()
320 StringRef SectName; in getSectionsAndSymbols() local1208 StringRef SectName; in DumpLiteralPointerSection() local3764 StringRef SectName; in walk_pointer_list_64() local3765 S.getName(SectName); in walk_pointer_list_64()3815 StringRef SectName; in walk_pointer_list_32() local5490 StringRef SectName; in print_message_refs64() local5553 StringRef SectName; in print_message_refs32() local5599 StringRef SectName; in print_image_info64() local5656 StringRef SectName; in print_image_info32() local5706 StringRef SectName; in print_image_info() local[all …]
168 std::string SectName; in getInstrProfSectionName() local171 SectName = InstrProfSectNamePrefix[IPSK]; in getInstrProfSectionName()174 SectName += InstrProfSectNameCoff[IPSK]; in getInstrProfSectionName()176 SectName += InstrProfSectNameCommon[IPSK]; in getInstrProfSectionName()179 SectName += ",regular,live_support"; in getInstrProfSectionName()181 return SectName; in getInstrProfSectionName()