Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1409 !Section.ShFlags && !Section.ShType && !Section.ShAddrAlign)); in commonSectionMapping()
1414 IO.mapOptional("ShFlags", Section.ShFlags); in commonSectionMapping()
1807 if (RawSection->Flags && RawSection->ShFlags) in validate()
H A DELFEmitter.cpp639 if (From->ShFlags) in overrideFields()
640 To.sh_flags = *From->ShFlags; in overrideFields()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h312 std::optional<llvm::yaml::Hex64> ShFlags; member