Home
last modified time | relevance | path

Searched defs:SecName (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWasmObjcopy.cpp23 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
45 StringRef SecName; in handleArgs() local
59 StringRef SecName, FileName; in handleArgs() local
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp250 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
272 static Error addSection(StringRef SecName, StringRef Filename, Object &Obj) { in addSection()
374 StringRef SecName = SecPair.first; in handleArgs() local
/external/llvm-project/llvm/tools/llvm-readobj/
DObjDumper.cpp71 StringRef SecName = unwrapOrError(Obj.getFileName(), SecRef.getName()); in getSectionRefsByNameOrIndex() local
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp233 StringRef SecName, FileName; in handleArgs() local
/external/llvm-project/llvm/tools/obj2yaml/
Dmacho2yaml.cpp134 static Error dumpDebugSection(StringRef SecName, DWARFContext &DCtx, in dumpDebugSection()
178 StringRef SecName(S->sectname); in extractSections() local
Delf2yaml.cpp205 StringRef SecName = S.Name.substr(1); in shouldPrintSection() local
731 StringRef SecName) { in getDefaultShEntSize()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp173 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents()
697 MCSection *Sec, StringRef SecName, const CompileUnit &Unit, in emitPubSectionForUnit()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawTypes.h65 support::ulittle16_t SecName; // Byte index of the segment or group name member
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp290 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile()
729 StringRef SecName = SecPair.first; in handleArgs() local
DObject.h501 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection()
509 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp260 for (StringRef SecName : ImplicitSections) { in ELFState() local
372 Elf_Shdr &Header, StringRef SecName, in initImplicitHeader()
696 for (const ELFYAML::SectionName &SecName : Phdr.Sections) { in getPhdrFragments() local
DWasmEmitter.cpp552 StringRef SecName = ""; in writeWasm() local
/external/llvm-project/llvm/tools/llvm-objdump/
DELFDump.cpp95 auto SecName = EF.getSectionName(*SymSec); in getRelocationValueString() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCMachOStreamer.cpp126 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF() local
/external/llvm-project/llvm/lib/MC/
DMCMachOStreamer.cpp126 StringRef SecName = MSec.getName(); in canGoAfterDWARF() local
/external/llvm/lib/MC/
DMCMachOStreamer.cpp129 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF() local
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp1009 DWARFYAML::getDWARFEmitterByName(StringRef SecName) { in getDWARFEmitterByName()
1074 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections() local
DELFEmitter.cpp366 std::string SecName = ("." + DebugSecName).str(); in ELFState() local
375 for (StringRef SecName : ImplicitSections) { in ELFState() local
585 Elf_Shdr &Header, StringRef SecName, in initImplicitHeader()
DWasmEmitter.cpp578 StringRef SecName = ""; in writeWasm() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp346 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) in BTFKindDataSec()
1058 StringRef SecName; in processGlobals() local
/external/llvm-project/llvm/lib/Target/BPF/
DBTFDebug.cpp352 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) in BTFKindDataSec()
1115 StringRef SecName; in processGlobals() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp843 StringRef SecName; in DWARFContextInMemory() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp372 StringRef SecName; in printLineInfoForInput() local
/external/llvm-project/clang/lib/Sema/
DSemaAttr.cpp257 PragmaClangSectionKind SecKind, StringRef SecName) { in ActOnPragmaClangSection()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h79 support::ulittle16_t SecName; // Byte index of the segment or group name member

12