Home
last modified time | relevance | path

Searched refs:SectName (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Object/
H A DObjectFile.cpp72 StringRef SectName; in isSectionBitcode() local
73 if (!getSectionName(Sec, SectName)) in isSectionBitcode()
74 return SectName == ".llvmbc"; in isSectionBitcode()
H A DMachOObjectFile.cpp2001 StringRef SectName; in isSectionBitcode() local
2002 if (!getSectionName(Sec, SectName)) in isSectionBitcode()
2003 return (SegmentName == "__LLVM" && SectName == "__bitcode"); in isSectionBitcode()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp320 StringRef SectName; in getSectionsAndSymbols() local
1208 StringRef SectName; in DumpLiteralPointerSection() local
3764 StringRef SectName; in walk_pointer_list_64() local
3765 S.getName(SectName); in walk_pointer_list_64()
3815 StringRef SectName; in walk_pointer_list_32() local
5490 StringRef SectName; in print_message_refs64() local
5553 StringRef SectName; in print_message_refs32() local
5599 StringRef SectName; in print_image_info64() local
5656 StringRef SectName; in print_image_info32() local
5706 StringRef SectName; in print_image_info() local
[all …]
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProf.cpp168 std::string SectName; in getInstrProfSectionName() local
171 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()