Home | History | Annotate | Download | only in lto

Lines Matching refs:Symbols

110   cl::desc("Don't place zero-initialized symbols into bss section"),
424 // Add to list of defined symbols.
432 // contortions to avoid real linker symbols. For instance, the
444 // symbols (.objc_class_name_Foo = 0) and a floating reference
447 // The following synthesizes the implicit .objc_* symbols for the linker
474 // add to list of defined symbols
480 // ignore all llvm.* symbols
538 // add to table of symbols
572 // add to table of symbols
613 // ignore all llvm.* symbols
652 StringMap<State> Symbols;
655 State &S = Symbols[Symbol.getName()];
669 State &S = Symbols[Symbol.getName()];
684 State &S = Symbols[Symbol.getName()];
729 return Symbols.begin();
733 return Symbols.end();
815 /// addAsmGlobalSymbols - Add global symbols from module-level ASM to the
872 /// parseSymbols - Parse the symbols from the module and model-level ASM and add
906 // make symbols for all undefines