llvm-project/llvm/lib
Ellis Hoag b68061a3f7 [dwarf][NFC] Move expandBundle() to MachO.h
The function `expandBundle()` is defined both in `llvm-dwarfdump.cpp` and
`llvm-gsymutil.cpp` in the exact same way. Reduce code duplication by
moving this function to the `MachOObjectFile` class.

Reviewed By: jhenderson, clayborg

Differential Revision: https://reviews.llvm.org/D115418
2021-12-15 19:08:56 -08:00
..
Analysis [LTO][WPD] Simplify mustBeUnreachableFunction and test after D115492 2021-12-15 15:43:35 -08:00
AsmParser [LTO] Ignore unreachable virtual functions in WPD in hybrid LTO. 2021-12-14 20:18:04 +00:00
BinaryFormat Use llvm::any_of and llvm::all_of (NFC) 2021-12-11 11:54:37 -08:00
Bitcode [LTO] Ignore unreachable virtual functions in WPD in hybrid LTO. 2021-12-14 20:18:04 +00:00
Bitstream
CodeGen [SafeStack] Use Align instead of uint64_t 2021-12-15 14:40:56 -08:00
DWARFLinker DebugInfo: Migrate callers from getAsCString to dwarf::toString 2021-12-14 14:50:43 -08:00
DWP
DebugInfo DebugInfo: Sink string form validation down from verifier to form parsing 2021-12-14 15:41:53 -08:00
Debuginfod [Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer. 2021-12-13 23:00:32 +00:00
Demangle [Demangle] Add support for D function-local parent symbols 2021-12-07 01:46:13 +00:00
ExecutionEngine [ORC] Add MaterializationUnit::Interface parameter to ObjectLayer::add. 2021-12-15 12:03:55 +11:00
Extensions
FileCheck [llvm] Use StringRef::contains (NFC) 2021-10-23 08:45:27 -07:00
Frontend [mlir][OpenMP] omp.sections and omp.section lowering to LLVM IR 2021-12-15 15:41:12 +05:30
FuzzMutate
Fuzzer
IR [Verifier] Make error message precise about which variable is being diagnosed. 2021-12-15 16:05:31 -08:00
IRReader
InterfaceStub [LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvm 2021-11-24 17:29:55 -05:00
LTO [llvm] Use range-based for loops (NFC) 2021-12-09 09:37:29 -08:00
LineEditor [llvm] Use range-based for loops (NFC) 2021-12-09 09:37:29 -08:00
Linker [NFC] Replace some deprecated getAlignment() calls with getAlign() 2021-12-09 08:43:19 -08:00
MC Ensure newlines at the end of files (NFC) 2021-12-12 11:04:44 -08:00
MCA [LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvm 2021-11-24 17:29:55 -05:00
Object [dwarf][NFC] Move expandBundle() to MachO.h 2021-12-15 19:08:56 -08:00
ObjectYAML [llvm] Use range-based for loops (NFC) 2021-12-09 09:37:29 -08:00
Option [llvm] Use range-based for loops (NFC) 2021-12-09 09:37:29 -08:00
Passes [Passes] Only run extra vector passes if loops have been vectorized. 2021-12-10 11:42:45 +00:00
ProfileData Explicitly convert StringRef to std::string for compatibility with libstdc++ 5.4.0 2021-12-15 12:48:53 +01:00
Remarks
Support Print the sign of negative infinity 2021-12-14 22:38:42 -08:00
TableGen [llvm] Use range-based for loops (NFC) 2021-12-11 11:29:12 -08:00
Target [RISCV] Fix whole vector register move instruction's vector register constraint. 2021-12-16 10:58:55 +08:00
Testing
TextAPI
ToolDrivers [Type] Avoid APFloat.h include (NFC) 2021-10-09 11:29:26 +02:00
Transforms [ThinLTO] Ignore unreachable virtual functions in WPD in thin LTO. 2021-12-16 02:24:20 +00:00
WindowsManifest
XRay Support: Use Expected<T>::moveInto() in a few places 2021-10-22 12:40:10 -07:00
CMakeLists.txt [llvm] [Debuginfo] Debuginfod client library. 2021-12-06 21:52:38 +00:00