HomeSort by: relevance | last modified time | path
    Searched defs:SecName (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
WasmObjcopy.cpp 23 static Error dumpSectionToFile(StringRef SecName, StringRef Filename,
26 if (Sec.Name == SecName) {
40 SecName.str().c_str());
45 StringRef SecName;
47 std::tie(SecName, FileName) = Flag.split("=");
48 if (Error E = dumpSectionToFile(SecName, FileName, Obj))
59 StringRef SecName, FileName;
60 std::tie(SecName, FileName) = Flag.split("=");
67 Sec.Name = SecName;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
COFFObjcopy.cpp 233 StringRef SecName, FileName;
234 std::tie(SecName, FileName) = Flag.split("=");
242 Obj, SecName,
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp 198 StringRef SecName = S.Name.substr(1);
199 if (DWARF && DWARF->getNonEmptySectionNames().count(SecName)) {
208 if (SecName == "debug_str")
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmEmitter.cpp 607 StringRef SecName = "";
609 SecName = S->Name;
610 if (!Checker.isValidSectionOrder(Sec->Type, SecName)) {
ELFEmitter.cpp 211 StringRef SecName, ELFYAML::Section *YAMLSec);
373 std::string SecName = ("." + DebugSecName).str();
374 ImplicitSections.push_back(StringRef(SecName).copy(StringAlloc));
382 for (StringRef SecName : ImplicitSections) {
383 if (DocSections.count(SecName))
388 Sec->Name = SecName;
390 if (SecName == ".dynsym")
392 else if (SecName == ".symtab")
612 Elf_Shdr &Header, StringRef SecName,
618 if (SecName == ".symtab"
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ObjDumper.cpp 71 StringRef SecName = unwrapOrError(Obj.getFileName(), SecRef.getName());
72 auto NameIt = SecNames.find(std::string(SecName));
ELFDumper.cpp 4412 // Don't inline the SecName, because it might report a warning to stderr and
4414 StringRef SecName = this->getPrintableSectionName(Sec);
4415 OS << Label << " section '" << SecName << "' "
5436 StartNotesFn(/*SecName=*/None, P.p_offset, P.p_filesz);
5457 auto PrintHeader = [&](Optional<StringRef> SecName,
5469 if (SecName)
5470 OS << "in: " << *SecName << "\n";
6792 auto StartNotes = [&](Optional<StringRef> SecName,
6796 W.printString("Name", SecName ? *SecName : "<?>")
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCMachOStreamer.cpp 126 StringRef SecName = MSec.getName();
128 if (SegName == "__LD" && SecName == "__compact_unwind")
132 if (SecName == "__jump_table")
135 if (SecName == "__pointers")
139 if (SegName == "__TEXT" && SecName == "__eh_frame")
142 if (SegName == "__DATA" && (SecName == "__nl_symbol_ptr" ||
143 SecName == "__thread_ptr"))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 177 static Error dumpSectionToFile(StringRef SecName, StringRef Filename,
180 if (Sec.Name == SecName) {
184 SecName.str().c_str());
198 SecName.str().c_str());
614 StringRef SecName = SecPair.first;
625 Obj.addSection<OwnedDataSection>(SecName, Data);
626 if (SecName.startswith(".note") && SecName != ".note.GNU-stack")
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOObjcopy.cpp 255 static Error dumpSectionToFile(StringRef SecName, StringRef Filename,
259 if (Sec->CanonicalName == SecName) {
274 SecName.str().c_str());
277 static Error addSection(StringRef SecName, StringRef Filename, Object &Obj) {
284 std::pair<StringRef, StringRef> Pair = SecName.split(',');
360 StringRef SecName = SecPair.first;
362 if (Error E = isValidMachOCannonicalName(SecName))
364 if (Error E = addSection(SecName, File, Obj))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.cpp 103 auto SecName = EF.getSectionName(*SymSec);
104 if (!SecName)
105 return SecName.takeError();
106 Fmt << *SecName;
llvm-objdump.cpp 252 StringRef SecName = *SecNameOrErr;
256 if (!SecName.empty())
257 FoundSectionSet.insert(SecName);
261 return {/*Keep=*/is_contained(FilterSections, SecName),
1664 StringRef SecName = unwrapOrError(P.first.getName(), Obj->getFileName());
1665 outs() << "\nRELOCATION RECORDS FOR [" << SecName << "]:\n";
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
RawTypes.h 79 support::ulittle16_t SecName; // Byte index of the segment or group name
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 1709 StringRef SecName = getCOFFSectionNameForUniqueGlobal(Kind);
1715 SecName, Characteristics, Kind, COMDATSymName,
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTFDebug.cpp 352 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName)
353 : Asm(AsmPrt), Name(SecName) {
1082 // . SecName:
1143 StringRef SecName;
1145 SecName = Global.getSection();
1149 SecName = ".rodata";
1151 SecName = Global.getInitializer()->isZeroValue() ? ".bss" : ".data";
1154 if (ProcessingMapDef != SecName.startswith(".maps"))
1160 if (SecName == ".rodata" && Global.hasPrivateLinkage() &&
1161 DataSecEntries.find(std::string(SecName)) == DataSecEntries.end())
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 1986 std::string SecName;
1987 if (!PP.LexStringLiteral(Tok, SecName, "pragma clang section", false))
1992 (SecName.size() ? Sema::PragmaClangSectionAction::PCSA_Set
1994 SecKind, SecName);

Completed in 54 milliseconds