Home
last modified time | relevance | path

Searched refs:Compact (Results 1 – 22 of 22) sorted by relevance

/llvm-project/llvm/test/MC/ARM/
H A Deh-directive-unwind_raw.s62 @ CHECK: Model: Compact (Inline)
70 @ CHECK: Model: Compact (Inline)
80 @ CHECK: Model: Compact
91 @ CHECK: Model: Compact (Inline)
99 @ CHECK: Model: Compact (Inline)
H A Deh-compact-pr0.s57 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
92 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
H A Deh-compact-pr1.s42 @ 0x81 = Compact model 1, personality routine: __aeabi_unwind_cpp_pr1
/llvm-project/llvm/test/tools/llvm-readobj/ELF/ARM/
H A Dunwind-non-relocatable.test18 # UNWIND-NEXT: Model: Compact (Inline)
29 # UNWIND-NEXT: Model: Compact (Inline)
39 # UNWIND-NEXT: Model: Compact (Inline)
54 # UNWIND-NEXT: Model: Compact (Inline)
/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIWriter.h35 bool Compact = false);
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h192 void Compact();
/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.h53 const FileType FileKind, bool Compact); in LLVM_YAML_STRONG_TYPEDEF()
H A DTextStubV5.cpp1022 bool Compact) { in serializeInterfaceFileToJSON() argument
1026 if (Compact) in serializeInterfaceFileToJSON()
H A DTextStub.cpp1138 const FileType FileKind, bool Compact) { in writeToStream() argument
1149 return serializeInterfaceFileToJSON(OS, File, Ctx.FileKind, Compact); in writeToStream()
/llvm-project/llvm/tools/llvm-readtapi/
H A Dllvm-readtapi.cpp86 bool Compact = false;
204 ExitOnErr(TextAPIWriter::writeToStream(OS, *Out, Ctx.WriteFT, Ctx.Compact)); in stubifyImpl()
523 Ctx.Compact = Args.hasArg(OPT_compact); in main()
79 bool Compact = false; global() member
/llvm-project/lld/test/MachO/
H A Dbind-opcodes.s11 ## 3/ Compact BIND_OPCODE_DO_BIND_ADD_ADDR_ULEB
80 ## 3/ Compact BIND_OPCODE_DO_BIND_ADD_ADDR_ULEB
/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrFormats.td630 // Compact Move/Load.
645 // Compact Load/Add/Sub.
680 // Compact Load/Store.
837 // Compact Load/Store with Offset Format.
949 // Compact MOV/ADD/CMP Immediate Format.
1000 // Compact Branch on Compare Register with Zero.
1015 // Compact Branch Conditionally Format.
H A DARCInstrInfo.td503 // Compact stack-based operations.
554 // Compact Move/Load instructions.
588 // Compact Load/Add/Sub.
595 // Compact Load/Store.
774 // Compact MOV/ADD/CMP Immediate instructions.
790 // Compact Load/Store instructions with offset.
/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h43 bool Compact = true; member
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp307 void BreakpointLocationList::Compact() {
308 void BreakpointLocationList::Compact() { Compact() function in BreakpointLocationList
H A DBreakpoint.cpp815 m_locations.Compact(); in ModuleReplaced()
/llvm-project/llvm/test/CodeGen/X86/
H A Dlimit-split-cost.mir4 # CHECK-NOT: Compact region bundles
/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp376 SerializationOptions.Compact = !CI.getFrontendOpts().EmitPrettySymbolGraphs;
/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp1035 if (Options.Compact) in serializeGraphToStream()
/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td462 // 16-bit Jump Register Compact - No delay slot
711 /// Compact Branch Instructions
/llvm-project/llvm/docs/
H A DCodeGenerator.rst1526 Compact Unwind
1563 Compact Number i386 Register x86-64 Register
/llvm-project/clang/include/clang/Driver/
H A DOptions.td4489 "Try emitting Compact-Unwind for non-canonical entries. Maybe overridden by other constraints">,