LLVM API Documentation
| addPath(const sys::Path &path) | llvm::Linker | |
| addPaths(const std::vector< std::string > &paths) | llvm::Linker | |
| addSystemPaths() | llvm::Linker | |
| ControlFlags enum name | llvm::Linker | |
| FindLib(const std::string &Filename) | llvm::Linker | |
| getLastError() const | llvm::Linker | [inline] |
| getLibPaths() const | llvm::Linker | [inline] |
| getModule() const | llvm::Linker | [inline] |
| ItemList typedef | llvm::Linker | |
| Linker(const std::string &progname, const std::string &modulename, unsigned Flags=0) | llvm::Linker | |
| Linker(const std::string &progname, Module *aModule, unsigned Flags=0) | llvm::Linker | |
| LinkInArchive(const sys::Path &Filename) | llvm::Linker | |
| LinkInFile(const sys::Path &File) | llvm::Linker | |
| LinkInFiles(const std::vector< sys::Path > &Files) | llvm::Linker | |
| LinkInItems(const ItemList &Items, ItemList &NativeItems) | llvm::Linker | |
| LinkInLibraries(const std::vector< std::string > &Libraries) | llvm::Linker | |
| LinkInLibrary(const std::string &Library, bool &is_file) | llvm::Linker | |
| LinkInModule(Module *Src) | llvm::Linker | [inline] |
| LinkModules(Module *Dest, Module *Src, std::string *ErrorMsg) | llvm::Linker | [static] |
| QuietErrors enum value | llvm::Linker | |
| QuietWarnings enum value | llvm::Linker | |
| releaseModule() | llvm::Linker | |
| setFlags(unsigned flags) | llvm::Linker | [inline] |
| Verbose enum value | llvm::Linker | |
| ~Linker() | llvm::Linker |