Home
last modified time | relevance | path

Searched refs:SectionHeaderStringTable (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dshstrtab.yaml16 # CUSTOM-NEXT: SectionHeaderStringTable: .foo
24 SectionHeaderStringTable: .foo
38 SectionHeaderStringTable: .foo
76 SectionHeaderStringTable: ".strtab"
115 SectionHeaderStringTable: ".dynstr"
219 SectionHeaderStringTable: .foo
258 SectionHeaderStringTable: .foo
290 SectionHeaderStringTable: .foo
336 SectionHeaderStringTable: '.strings (1)'
362 SectionHeaderStringTable: [[NAME]]
[all …]
H A Dinvalid-section-name.yaml14 # CHECK-NEXT: SectionHeaderStringTable: {{.*}}
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dshstrtab.yaml31 SectionHeaderStringTable: [[SHSTRTAB=<none>]]
72 SectionHeaderStringTable: [[SHSTRTAB]]
91 SectionHeaderStringTable: [[SHSTRTAB]]
216 SectionHeaderStringTable: .debug_str
274 SectionHeaderStringTable: .strings
346 SectionHeaderStringTable: .strings
374 SectionHeaderStringTable: .strings
406 SectionHeaderStringTable: .strings
445 SectionHeaderStringTable: .strings
/llvm-project-15.0.7/llvm/test/tools/llvm-profgen/Inputs/
H A Dsplit-dwarf-split.dwo.yaml22 SectionHeaderStringTable: .strtab
H A Dsplit-dwarf-single.o.yaml22 SectionHeaderStringTable: .strtab
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/AArch64/
H A DELF_aarch64_ehframe.test10 SectionHeaderStringTable: .strtab
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp343 if (Doc.Header.SectionHeaderStringTable) { in ELFState()
344 SectionHeaderStringTableName = *Doc.Header.SectionHeaderStringTable; in ELFState()
345 if (*Doc.Header.SectionHeaderStringTable == ".strtab") in ELFState()
347 else if (*Doc.Header.SectionHeaderStringTable == ".dynstr") in ELFState()
H A DELFYAML.cpp1083 IO.mapOptional("SectionHeaderStringTable", FileHdr.SectionHeaderStringTable); in mapping()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h121 Optional<StringRef> SectionHeaderStringTable; member
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp431 Y->Header.SectionHeaderStringTable = ShStrtabName; in dump()