Home
last modified time | relevance | path

Searched refs:SecNameOrErr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp114 if (Expected<StringRef> SecNameOrErr = Obj.getSectionName(Sec)) in getCOFFSectionName() local
115 return *SecNameOrErr; in getCOFFSectionName()
134 if (Expected<StringRef> SecNameOrErr = Obj.getSectionName(*Sec)) in graphifySections() local
135 SectionName = *SecNameOrErr; in graphifySections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1946 if (SecNameOrErr) in DumpSectionContents()
2044 if (SecNameOrErr) in DumpInfoPlistSectionContents()
3500 if (SecNameOrErr) in get_pointer_64()
4301 if (SecNameOrErr) in get_section()
4323 if (SecNameOrErr) in walk_pointer_list_64()
6051 if (SecNameOrErr) in print_message_refs64()
6119 if (SecNameOrErr) in print_message_refs32()
6170 if (SecNameOrErr) in print_image_info64()
6232 if (SecNameOrErr) in print_image_info32()
6287 if (SecNameOrErr) in print_image_info()
[all …]
H A Dllvm-objdump.cpp295 Expected<StringRef> SecNameOrErr = S.getName(); in checkSectionFilter() local
296 if (!SecNameOrErr) { in checkSectionFilter()
297 consumeError(SecNameOrErr.takeError()); in checkSectionFilter()
300 StringRef SecName = *SecNameOrErr; in checkSectionFilter()
1068 Expected<StringRef> SecNameOrErr = Section.getName(); in addPltEntries() local
1069 if (!SecNameOrErr) { in addPltEntries()
1070 consumeError(SecNameOrErr.takeError()); in addPltEntries()
1073 Sections[*SecNameOrErr] = Section; in addPltEntries()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1656 if (Expected<StringRef> SecNameOrErr = in printSymbol() local
1658 SectionName = *SecNameOrErr; in printSymbol()
H A DELFDumper.cpp6362 if (Expected<StringRef> SecNameOrErr = in getPrintableSectionName() local
6364 Name = *SecNameOrErr; in getPrintableSectionName()
6367 ": " + toString(SecNameOrErr.takeError())); in getPrintableSectionName()