Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp345 if (Doc.Header.SectionHeaderStringTable) { in ELFState()
346 SectionHeaderStringTableName = *Doc.Header.SectionHeaderStringTable; in ELFState()
347 if (*Doc.Header.SectionHeaderStringTable == ".strtab") in ELFState()
349 else if (*Doc.Header.SectionHeaderStringTable == ".dynstr") in ELFState()
H A DELFYAML.cpp1113 IO.mapOptional("SectionHeaderStringTable", FileHdr.SectionHeaderStringTable); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h122 std::optional<StringRef> SectionHeaderStringTable; member