Home
last modified time | relevance | path

Searched refs:Linker (Results 1 – 25 of 89) sorted by relevance

1234

/external/llvm/include/llvm/Linker/
DLinker.h27 class Linker {
63 Linker(Module *M, DiagnosticHandlerFunction DiagnosticHandler);
64 Linker(Module *M);
65 ~Linker();
/external/llvm/lib/Linker/
DLinkModules.cpp63 TypeMapTy(Linker::IdentifiedStructTypeSet &DstStructTypesSet) in TypeMapTy()
66 Linker::IdentifiedStructTypeSet &DstStructTypesSet;
428 ModuleLinker(Module *dstM, Linker::IdentifiedStructTypeSet &Set, Module *srcM, in ModuleLinker()
1619 Linker::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy()
1622 Linker::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy()
1625 bool Linker::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const { in operator ==()
1633 bool Linker::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const { in operator !=()
1637 StructType *Linker::StructTypeKeyInfo::getEmptyKey() { in getEmptyKey()
1641 StructType *Linker::StructTypeKeyInfo::getTombstoneKey() { in getTombstoneKey()
1645 unsigned Linker::StructTypeKeyInfo::getHashValue(const KeyTy &Key) { in getHashValue()
[all …]
DLLVMBuild.txt1 ;===- ./lib/Linker/LLVMBuild.txt -------------------------------*- Conf -*--===;
20 name = Linker
DCMakeLists.txt5 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Linker
/external/llvm/test/Linker/Inputs/
Dreplaced-function-matches-first-subprogram.ll16 !1 = !MDFile(filename: "t2.cpp", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/…
20 !5 = !MDFile(filename: "../t.h", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/…
21 !6 = !MDFile(filename: "../t.h", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/…
/external/llvm/test/Linker/
Dreplaced-function-matches-first-subprogram.ll45 !1 = !MDFile(filename: "t1.cpp", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/…
54 !5 = !MDFile(filename: "t1.cpp", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/…
68 … !MDFile(filename: "../t.h", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/d2")
69 !8 = !MDFile(filename: "../t.h", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/…
70 !9 = !MDFile(filename: "../t.h", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/…
/external/jpeg/
Dmakeproj.mac49 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"}
54 Set Preferences of panel "PPC Linker" to {Generate SYM File:false}
114 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"}
118 Set Preferences of panel "PPC Linker" to {Generate SYM File:false}
149 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"}
153 Set Preferences of panel "PPC Linker" to {Generate SYM File:false}
184 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"}
188 Set Preferences of panel "PPC Linker" to {Generate SYM File:false}
/external/zlib/src/contrib/ada/
Dzlib.gpr12 package Linker is
14 end Linker;
/external/llvm/bindings/ocaml/linker/
Dllvm_linker.mli10 (** Linker.
13 the classes in the Linker library. *)
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp94 Linker::LinkModules(LinkedModule, M.get()); in TEST_F()
154 Linker::LinkModules(EmptyM.get(), InternalM.get()); in TEST_F()
160 Linker::LinkModules(InternalM.get(), EmptyM.get()); in TEST_F()
175 Linker::LinkModules(M1.get(), M2.get(), [](const llvm::DiagnosticInfo &){}); in TEST_F()
DMakefile11 TESTNAME = Linker
/external/clang/test/Modules/
Dautolink.m40 // CHECK: !{{[0-9]+}} = !{i32 6, !"Linker Options", ![[AUTOLINK_OPTIONS:[0-9]+]]}
50 // CHECK-AUTOLINK-DISABLED-NOT: "Linker Options"
/external/llvm/tools/llvm-link/
DCMakeLists.txt5 Linker
DLLVMBuild.txt22 required_libraries = AsmParser BitReader BitWriter IRReader Linker
/external/regex-re2/
Dlibre2.symbols.darwin1 # Linker doesn't like these unmangled:
/external/llvm/lib/
DMakefile14 ExecutionEngine Linker LTO MC Object Option DebugInfo \
DCMakeLists.txt8 add_subdirectory(Linker)
/external/llvm/unittests/
DMakefile13 LineEditor Linker MC Option ProfileData Support Transforms
DCMakeLists.txt22 add_subdirectory(Linker)
/external/llvm/tools/gold/
DMakefile23 LINK_COMPONENTS := $(TARGETS_TO_BUILD) Linker BitWriter IPO
DCMakeLists.txt12 Linker
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-link-opt-hints.test3 CHECK: Linker optimiztion hints (8 total bytes)
/external/llvm/tools/bugpoint/
DCMakeLists.txt11 Linker
DLLVMBuild.txt22 required_libraries = AsmParser BitReader BitWriter CodeGen IRReader IPO Instrumentation Linker Scal…
/external/llvm/test/MC/COFF/
Dlinker-options.ll3 !0 = !{i32 6, !"Linker Options", !{!{!"/DEFAULTLIB:msvcrt.lib"}, !{!"/DEFAULTLIB:msvcrt.lib", !"/DE…

1234