From 987e7eb59c42f751d0ca62c1ebaedecdb0a1e245 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 20 Jul 2009 02:41:50 +0000 Subject: [PATCH] Rename the index to linkage types. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76394 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 1b9d6bfa754..84a1012ca75 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -22,20 +22,20 @@
  • Module Structure
  • Linkage Types
      -
    1. private
    2. -
    3. linker_private
    4. -
    5. internal
    6. -
    7. available_externally
    8. -
    9. linkonce
    10. -
    11. common
    12. -
    13. weak
    14. -
    15. appending
    16. -
    17. extern_weak
    18. -
    19. linkonce_odr
    20. -
    21. weak_odr
    22. -
    23. externally visible
    24. -
    25. dllimport
    26. -
    27. dllexport
    28. +
    29. 'private' Linkage
    30. +
    31. 'linker_private' Linkage
    32. +
    33. 'internal' Linkage
    34. +
    35. 'available_externally' Linkage
    36. +
    37. 'linkonce' Linkage
    38. +
    39. 'common' Linkage
    40. +
    41. 'weak' Linkage
    42. +
    43. 'appending' Linkage
    44. +
    45. 'extern_weak' Linkage
    46. +
    47. 'linkonce_odr' Linkage
    48. +
    49. 'weak_odr' Linkage
    50. +
    51. 'externally visible' Linkage
    52. +
    53. 'dllimport' Linkage
    54. +
    55. 'dllexport' Linkage
  • Calling Conventions
  • -- 2.34.1