Home
last modified time | relevance | path

Searched refs:ShFlags (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp289 uint32_t ShFlags = 0) const { in fillStrTabShdr() argument
291 StrTab.Shdr.sh_flags = ShFlags; in fillStrTabShdr()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1377 !Section.ShFlags && !Section.ShType && !Section.ShAddrAlign)); in commonSectionMapping()
1382 IO.mapOptional("ShFlags", Section.ShFlags); in commonSectionMapping()
1773 if (RawSection->Flags && RawSection->ShFlags) in validate()
H A DELFEmitter.cpp646 if (From->ShFlags) in overrideFields()
647 To.sh_flags = *From->ShFlags; in overrideFields()
/src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h297 std::optional<llvm::yaml::Hex64> ShFlags; member