Home
last modified time | relevance | path

Searched refs:flags1 (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dflags.ll5 ;CHECK-LABEL: @flags1(
10 define i32 @flags1(i32 %n, i32* nocapture %A) nounwind uwtable ssp {
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.h78 llvm::support::ulittle32_t flags1; member
H A DMinidumpTypes.cpp29 if (flags1 & pid_flag) in GetPid()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp639 misc_info.flags1 = static_cast<llvm::support::ulittle32_t>(0); in AddMiscInfo()
645 misc_info.flags1 = in AddMiscInfo()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFTypes.h792 Elf_Word flags1; // General flags
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dmips-abiflags.test279 ## Check how we dump the flags1 field.
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp142 flags.flags1 |= s->flags1; in create()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1575 S->Flags1 = Flags->flags1; in dumpMipsABIFlags()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1640 Flags.flags1 = Section.Flags1; in writeSectionContent()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6436 OS << "FLAGS 1: " << format_hex_no_prefix(Flags->flags1, 8, false) << "\n"; in printMipsABIFlags()
7477 W.printFlags("Flags 1", Flags->flags1, makeArrayRef(ElfMipsFlags1)); in printMipsABIFlags()