Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp1011 IO.mapOptional("SectionHeaderStringTable", FileHdr.SectionHeaderStringTable); in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h121 Optional<StringRef> SectionHeaderStringTable; member