comparison lld/COFF/SymbolTable.h @ 173:0572611fdcc8 llvm10 llvm12

reorgnization done
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 11:55:54 +0900
parents 1d019706d866
children 5f17cb93ff66
comparison
equal deleted inserted replaced
172:9fbae9c8bf63 173:0572611fdcc8
75 75
76 // Build a set of COFF objects representing the combined contents of 76 // Build a set of COFF objects representing the combined contents of
77 // BitcodeFiles and add them to the symbol table. Called after all files are 77 // BitcodeFiles and add them to the symbol table. Called after all files are
78 // added and before the writer writes results to a file. 78 // added and before the writer writes results to a file.
79 void addCombinedLTOObjects(); 79 void addCombinedLTOObjects();
80 std::vector<StringRef> compileBitcodeFiles();
81 80
82 // Creates an Undefined symbol for a given name. 81 // Creates an Undefined symbol for a given name.
83 Symbol *addUndefined(StringRef name); 82 Symbol *addUndefined(StringRef name);
84 83
85 Symbol *addSynthetic(StringRef n, Chunk *c); 84 Symbol *addSynthetic(StringRef n, Chunk *c);