Home
last modified time | relevance | path

Searched refs:SecName (Results 26 – 40 of 40) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp331 StringRef SecName; in getSymbolType() local
333 SecName = XCOFFObjectFile::toSection64(SecDRIOrErr.get())->getName(); in getSymbolType()
335 SecName = XCOFFObjectFile::toSection32(SecDRIOrErr.get())->getName(); in getSymbolType()
337 if (SecName == SymNameOrError.get()) in getSymbolType()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1194 MCSection *Sec, StringRef SecName, const CompileUnit &Unit, in emitPubSectionForUnit() argument
1201 MCSymbol *BeginLabel = Asm->createTempSymbol("pub" + SecName + "_begin"); in emitPubSectionForUnit()
1202 MCSymbol *EndLabel = Asm->createTempSymbol("pub" + SecName + "_end"); in emitPubSectionForUnit()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1109 StringRef &SecName) { in getNMSectionTagAndName() argument
1114 SecName = "*ABS*"; in getNMSectionTagAndName()
1116 SecName = "*COM*"; in getNMSectionTagAndName()
1118 SecName = "*UND*"; in getNMSectionTagAndName()
1135 SecName = *NameOrErr; in getNMSectionTagAndName()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h188 BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName);
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h78 StringRef SecName) { in LLVM_YAML_STRONG_TYPEDEF()
105 if (SecName == ".debug_str") in LLVM_YAML_STRONG_TYPEDEF()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp363 Entry.SecName = UINT16_MAX; in createSectionMap()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1113 auto SecName = ".text." + SymName; in doBeforeLabelEmit() local
1123 getContext().getWasmSection(SecName, SectionKind::getText(), 0, Group, in doBeforeLabelEmit()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp300 StringRef SecName = *SecNameOrErr; in checkSectionFilter() local
304 if (!SecName.empty()) in checkSectionFilter()
305 FoundSectionSet.insert(SecName); in checkSectionFilter()
309 return {/*Keep=*/is_contained(FilterSections, SecName), in checkSectionFilter()
2543 StringRef SecName = unwrapOrError(P.first.getName(), O.getFileName()); in printRelocations() local
2544 outs() << "\nRELOCATION RECORDS FOR [" << SecName << "]:\n"; in printRelocations()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4168 auto SecName = this->Obj.getSectionName(**Sec); in getSymbolSectionNdx() local
4169 if (!SecName) in getSymbolSectionNdx()
4170 this->reportUniqueWarning(SecName.takeError()); in getSymbolSectionNdx()
4172 Extra = Twine(" (" + *SecName + ")").str(); in getSymbolSectionNdx()
4896 StringRef SecName = this->getPrintableSectionName(Sec); in printGNUVersionSectionProlog() local
4897 OS << Label << " section '" << SecName << "' " in printGNUVersionSectionProlog()
6017 auto PrintHeader = [&](std::optional<StringRef> SecName, in printNotes()
6030 if (SecName) in printNotes()
6031 OS << "in: " << *SecName << "\n"; in printNotes()
7757 auto StartNotes = [&](std::optional<StringRef> SecName, in printNotes()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1771 Expected<StringRef> SecName = ElfFile.getSectionName(Shdr); in readSectionHeaders() local
1772 if (!SecName) in readSectionHeaders()
1773 return SecName.takeError(); in readSectionHeaders()
1774 Sec->Name = SecName->str(); in readSectionHeaders()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp2313 std::string SecName; in HandlePragma() local
2314 if (!PP.LexStringLiteral(Tok, SecName, "pragma clang section", false)) in HandlePragma()
2319 (SecName.size() ? Sema::PragmaClangSectionAction::PCSA_Set in HandlePragma()
2321 SecKind, SecName); in HandlePragma()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1818 StringRef SecName = getCOFFSectionNameForUniqueGlobal(Kind); in getSectionForJumpTable() local
1824 SecName, Characteristics, Kind, COMDATSymName, in getSectionForJumpTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1888 fmtle(M.Ovl), fmtle(M.Group), fmtle(M.Frame), fmtle(M.SecName)); in dumpSectionMap()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3329 llvm::Error Sema::isValidSectionSpecifier(StringRef SecName) { in isValidSectionSpecifier() argument
3337 return llvm::MCSectionMachO::ParseSectionSpecifier(SecName, Segment, Section, in isValidSectionSpecifier()
3341 bool Sema::checkSectionName(SourceLocation LiteralLoc, StringRef SecName) { in checkSectionName() argument
3342 if (llvm::Error E = isValidSectionSpecifier(SecName)) { in checkSectionName()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10901 PragmaClangSectionKind SecKind, StringRef SecName);

12