llvm-6502/docs
Bill Wendling 55ae515f9d Create the new linker type "linker_private_weak_def_auto".
It's similar to "linker_private_weak", but it's known that the address of the
object is not taken. For instance, functions that had an inline definition, but
the compiler decided not to inline it. Note, unlike linker_private and
linker_private_weak, linker_private_weak_def_auto may have only default
visibility.  The symbols are removed by the linker from the final linked image
(executable or dynamic library).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111684 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-20 22:05:50 +00:00
..
CommandGuide
HistoricalNotes
img
tutorial fix typos reported by Adam Warner! 2010-06-21 20:31:30 +00:00
AliasAnalysis.html
BitCodeFormat.html
Bugpoint.html
CFEBuildInstrs.html
CMake.html
CodeGenerator.html
CodingStandards.html
CommandLine.html
CompilerDriver.html
CompilerDriverTutorial.html
CompilerWriterInfo.html
DebuggingJITedCode.html
DeveloperPolicy.html Delete mkpatch. Everything it does is already done by svn diff by default. 2010-08-04 16:07:22 +00:00
doxygen.cfg.in
doxygen.css
doxygen.footer Revert r103213. It broke several sections of live website. 2010-05-07 00:28:04 +00:00
doxygen.header
doxygen.intro
ExceptionHandling.html
ExtendedIntegerResults.txt
ExtendingLLVM.html
FAQ.html Fix whitespace to be more consistent with AsmPrinter's style. 2010-05-28 17:07:41 +00:00
GarbageCollection.html
GCCFEBuildInstrs.html Revert r103213. It broke several sections of live website. 2010-05-07 00:28:04 +00:00
GetElementPtr.html
GettingStarted.html
GettingStartedVS.html
GoldPlugin.html
HowToReleaseLLVM.html
HowToSubmitABug.html
index.html
LangRef.html Create the new linker type "linker_private_weak_def_auto". 2010-08-20 22:05:50 +00:00
Lexicon.html
LinkTimeOptimization.html
llvm.css Revert r103213. It broke several sections of live website. 2010-05-07 00:28:04 +00:00
Makefile Revert r103213. It broke several sections of live website. 2010-05-07 00:28:04 +00:00
MakefileGuide.html
Packaging.html
Passes.html
ProgrammersManual.html
Projects.html
re_format.7
ReleaseNotes.html
SourceLevelDebugging.html
SystemLibrary.html
TableGenFundamentals.html
TestingGuide.html
UsingLibraries.html
WritingAnLLVMBackend.html
WritingAnLLVMPass.html