llvm-6502/include/llvm/Object
Dmitry Vyukov 06121de923 include/llvm/Object/ELF.h: do debug checks only when NDEBUG
validateSymbol() is called all over the place, and it seems it's a debug check.
It significantly speedups llvm-symbolizer used in tsan/asan/msan. validateSymbol() is the second hot function and accounts for 15% of runtime.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175192 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-14 18:41:42 +00:00
..
Archive.h [Object][Archive] Improve performance. 2013-02-03 10:48:50 +00:00
Binary.h [Object, DebugInfo] Make DWARFContext BE-aware. 2013-01-09 02:45:05 +00:00
COFF.h
ELF.h include/llvm/Object/ELF.h: do debug checks only when NDEBUG 2013-02-14 18:41:42 +00:00
Error.h
MachO.h Add a function to get the segment name of a section. 2012-12-21 03:47:03 +00:00
MachOFormat.h [MC/Mach-O] Add support for linker options in Mach-O files. 2013-01-18 01:26:07 +00:00
MachOObject.h [MC/Mach-O] Add support for linker options in Mach-O files. 2013-01-18 01:26:07 +00:00
ObjectFile.h Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00
RelocVisitor.h AArch64: Add basic relocation processing for llvm-dwarfdump. 2013-02-11 11:16:02 +00:00