Searched refs:lld (Results 1 - 25 of 190) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DThreads.cpp9 #include "lld/Common/Threads.h"
11 bool lld::threadsEnabled = true;
H A DMemory.cpp9 #include "lld/Common/Memory.h"
12 using namespace lld;
14 BumpPtrAllocator lld::bAlloc;
15 StringSaver lld::saver{bAlloc};
16 std::vector<SpecificAllocBase *> lld::SpecificAllocBase::instances;
18 void lld::freeArena() {
H A DTargetOptionsCommandFlags.cpp16 #include "lld/Common/TargetOptionsCommandFlags.h"
25 llvm::TargetOptions lld::initTargetOptionsFromCodeGenFlags() {
29 llvm::Optional<llvm::Reloc::Model> lld::getRelocModelFromCMModel() {
33 llvm::Optional<llvm::CodeModel::Model> lld::getCodeModelFromCMModel() {
37 std::string lld::getCPUStr() { return ::getCPUStr(); }
39 std::vector<std::string> lld::getMAttrs() { return ::MAttrs; }
H A DVersion.cpp13 #include "lld/Common/Version.h"
20 // lld 9.0.0 (https://github.com/llvm/llvm-project.git 9efdd7ac5e914d3c9fa1ef)
21 std::string lld::getLLDVersion() {
H A DErrorHandler.cpp9 #include "lld/Common/ErrorHandler.h"
11 #include "lld/Common/Threads.h"
26 using namespace lld;
29 // but lld::outs() or lld::errs() are not thread-safe. We protect them using a
43 raw_ostream *lld::stdoutOS;
44 raw_ostream *lld::stderrOS;
46 raw_ostream &lld::outs() { return stdoutOS ? *stdoutOS : llvm::outs(); }
47 raw_ostream &lld::errs() { return stderrOS ? *stderrOS : llvm::errs(); }
49 ErrorHandler &lld
[all...]
H A DArgs.cpp9 #include "lld/Common/Args.h"
10 #include "lld/Common/ErrorHandler.h"
18 using namespace lld;
22 CodeGenOpt::Level lld::args::getCGOptLevel(int optLevelLTO) {
29 int64_t lld::args::getInteger(opt::InputArgList &args, unsigned key,
44 std::vector<StringRef> lld::args::getStrings(opt::InputArgList &args, int id) {
51 uint64_t lld::args::getZOptionValue(opt::InputArgList &args, int id,
65 std::vector<StringRef> lld::args::getLines(MemoryBufferRef mb) {
78 StringRef lld::args::getFilenameWithoutExe(StringRef path) {
H A DStrings.cpp9 #include "lld/Common/Strings.h"
10 #include "lld/Common/ErrorHandler.h"
11 #include "lld/Common/LLVM.h"
19 using namespace lld;
22 std::string lld::demangleItanium(StringRef name) {
52 std::vector<uint8_t> lld::parseHex(StringRef s) {
68 bool lld::isValidCIdentifier(StringRef s) {
75 void lld::saveBuffer(StringRef buffer, const Twine &path) {
H A DReproduce.cpp9 #include "lld/Common/Reproduce.h"
15 using namespace lld;
24 std::string lld::relativeToRoot(StringRef path) {
45 std::string lld::quote(StringRef s) {
53 std::string lld::toString(const opt::Arg &arg) {
/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
H A DWriter.cpp9 #include "lld/Core/Writer.h"
11 namespace lld { namespace
17 } // end namespace lld
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMapFile.h12 namespace lld { namespace
17 } // namespace lld
H A DICF.h12 namespace lld { namespace
18 } // namespace lld
H A DMarkLive.h12 namespace lld { namespace
18 } // namespace lld
H A DCallGraphSort.h14 namespace lld { namespace
20 } // namespace lld
H A DEhFrame.h12 #include "lld/Common/LLVM.h"
14 namespace lld { namespace
22 } // namespace lld
H A DScriptParser.h12 #include "lld/Common/LLVM.h"
15 namespace lld { namespace
19 // lld::elf::config and lld::elf::script.
31 } // namespace lld
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DVersion.h1 //===- lld/Common/Version.h - LLD Version Number ----------------*- C++ -*-===//
16 #include "lld/Common/Version.inc"
19 namespace lld { namespace
20 /// Retrieves a string representing the complete lld version.
H A DFilesystem.h12 #include "lld/Common/LLVM.h"
15 namespace lld { namespace
18 } // namespace lld
H A DReproduce.h12 #include "lld/Common/LLVM.h"
20 namespace lld { namespace
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DICF.h12 #include "lld/Common/LLVM.h"
15 namespace lld { namespace
23 } // namespace lld
H A DMapFile.h14 namespace lld { namespace
H A DMarkLive.h12 #include "lld/Common/LLVM.h"
15 namespace lld { namespace
23 } // namespace lld
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp9 #include "lld/Core/AbsoluteAtom.h"
10 #include "lld/Core/ArchiveLibraryFile.h"
11 #include "lld/Core/Atom.h"
12 #include "lld/Core/DefinedAtom.h"
13 #include "lld/Core/Error.h"
14 #include "lld/Core/File.h"
15 #include "lld/Core/LinkingContext.h"
16 #include "lld/Core/Reader.h"
17 #include "lld/Core/Reference.h"
18 #include "lld/Cor
1292 namespace lld { namespace in namespace:llvm
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DPass.h14 namespace lld { namespace
40 } // end namespace lld
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DYamlContext.h1 //===- lld/ReaderWriter/YamlContext.h - object used in YAML I/O context ---===//
12 #include "lld/Common/LLVM.h"
17 namespace lld { namespace
27 using lld::mach_o::normalized::NormalizedFile;
29 /// When YAML I/O is used in lld, the yaml context always holds a YamlContext
40 } // end namespace lld
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_div.c82 lldiv_t lld; local
84 lld = lldiv(NUM, DENOM);
86 ATF_CHECK(lld.quot == QUOT);
87 ATF_CHECK(lld.rem == REM);

Completed in 215 milliseconds

12345678