Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp344 if (Doc.Header.SectionHeaderStringTable) { in ELFState()
345 SectionHeaderStringTableName = *Doc.Header.SectionHeaderStringTable; in ELFState()
346 if (*Doc.Header.SectionHeaderStringTable == ".strtab") in ELFState()
348 else if (*Doc.Header.SectionHeaderStringTable == ".dynstr") in ELFState()
DELFYAML.cpp1097 IO.mapOptional("SectionHeaderStringTable", FileHdr.SectionHeaderStringTable); in mapping()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h122 std::optional<StringRef> SectionHeaderStringTable; member