| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/ |
| H A D | llvm-deplibs-section.yaml | 9 # CHECK-NEXT: Libraries: [ foo ] 12 # CHECK-NEXT: Libraries: [ foo, bar, foo ] 15 # CHECK-NEXT: Libraries: [ ] 26 ## Case 1: test we use "Libraries" when dumping a valid section with a null-terminated string. 29 Libraries: [ foo ] 33 Libraries: [ foo, bar, foo ] 34 ## Case 3: test we use "Libraries" when dumping an empty section. 37 Libraries: [ ]
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | TapiUniversal.h | 46 MachO::getCPUTypeFromArchitecture(Parent->Libraries[Index].Arch); in getCPUType() 52 MachO::getCPUTypeFromArchitecture(Parent->Libraries[Index].Arch); in getCPUSubType() 57 return MachO::getArchitectureName(Parent->Libraries[Index].Arch); in getArchFlagName() 61 return std::string(Parent->Libraries[Index].InstallName); in getInstallName() 99 return ObjectForArch(this, Libraries.size()); in end_objects() 108 uint32_t getNumberOfObjects() const { return Libraries.size(); } in getNumberOfObjects() 119 std::vector<Library> Libraries; variable
|
| H A D | MachO.h | 808 LibraryList Libraries; variable
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | llvm-deplibs-section.yaml | 4 ## "Libraries", "Size" and "Content" properies. 62 Libraries: [ foo, bar, foo ] 70 ## Check we report an error when "Libraries" and "Content"/"Size" keys are used together. 75 # LIBS-ERR: error: "Libraries" cannot be used with "Content" or "Size" 87 Libraries: [[LIBS=<none>]] 89 ## Check we create an empty section when none of "Libraries", "Size" or "Content" are specified.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | dependent-libraries.test | 33 Libraries: [ foo, bar, foo ] 91 Libraries: [ abc ] 99 Libraries: [ yyy ] 104 Libraries: [ bar, xxx ] 108 Libraries: [ baz ]
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | TapiUniversal.cpp | 37 Libraries.emplace_back(Library({Name, Arch})); in TapiUniversal() 52 Parent->Libraries[Index].Arch)); in getAsObjectFile()
|
| H A D | MachOObjectFile.cpp | 1417 Libraries.push_back(Load.Ptr); in MachOObjectFile() 1421 Libraries.push_back(Load.Ptr); in MachOObjectFile() 1425 Libraries.push_back(Load.Ptr); in MachOObjectFile() 1429 Libraries.push_back(Load.Ptr); in MachOObjectFile() 1433 Libraries.push_back(Load.Ptr); in MachOObjectFile() 1740 LibraryOrdinal - 1 >= Libraries.size() ) { in checkSymbolTable() 2503 if (Index >= Libraries.size()) in getLibraryShortNameByIndex() 2509 for (unsigned i = 0; i < Libraries.size(); i++) { in getLibraryShortNameByIndex() 2511 getStructOrErr<MachO::dylib_command>(*this, Libraries[i]); in getLibraryShortNameByIndex() 2517 const char *P = (const char *)(Libraries[i]) + D.dylib.name; in getLibraryShortNameByIndex() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-tapi-diff/ |
| H A D | same-num-inlines.test | 9 ; CHECK-NEXT:Reexported Libraries 20 ; CHECK-NEXT:Inlined Reexported Frameworks/Libraries
|
| H A D | mismatched-number-of-inlines.test | 6 ; CHECK: Reexported Libraries 12 ; CHECK-NEXT:Inlined Reexported Frameworks/Libraries
|
| H A D | right-single-inlines.test | 15 ; CHECK-NEXT:Reexported Libraries 37 ; CHECK-NEXT:Inlined Reexported Frameworks/Libraries
|
| H A D | left-single-inline.test | 12 ; CHECK-NEXT:Reexported Libraries 40 ; CHECK-NEXT:Inlined Reexported Frameworks/Libraries
|
| H A D | multiple-inlines.test | 12 ; CHECK-NEXT:Reexported Libraries 44 ; CHECK-NEXT:Inlined Reexported Frameworks/Libraries
|
| /llvm-project-15.0.7/mlir/tools/mlir-shlib/ |
| H A D | CMakeLists.txt | 49 #message("Libraries included in libMLIR.so: ${mlir_libs}")
|
| /llvm-project-15.0.7/openmp/ |
| H A D | README.rst | 2 How to Build the LLVM* OpenMP* Libraries 61 [ Unix* Libraries ] 64 [ Windows* Libraries ] 105 Options for all Libraries 168 macOS* Fat Libraries
|
| /llvm-project-15.0.7/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 242 enum Option { Clients, Libraries }; enumerator 359 case MetadataSection::Option::Libraries: in mapping() 994 void assignTargetsToLibrary(const std::vector<InterfaceFileRef> &Libraries, in assignTargetsToLibrary() 998 for (const auto &library : Libraries) { in assignTargetsToLibrary() 1069 OptionKind = MetadataSection::Option::Libraries; in mapKeysToValuesV4()
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | FindGRPC.cmake | 9 # Libraries will be linked according to gRPC build policy which generates 107 # Libraries that use these headers should adjust the include path.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Projects.rst | 59 Libraries can be object files, archives, or dynamic libraries. The **lib** 142 Variables for Building Libraries 239 Libraries
|
| H A D | CommandLine.rst | 39 #. Globally accessible: Libraries can specify command line arguments that are 770 static cl::list<std::string> Libraries("l"); 775 std::vector<std::string>::iterator libIt = Libraries.begin(); 778 if ( libIt != Libraries.end() ) 779 libPos = Libraries.getPosition( libIt - Libraries.begin() );
|
| /llvm-project-15.0.7/llvm/tools/llvm-libtool-darwin/ |
| H A D | llvm-libtool-darwin.cpp | 75 static cl::list<std::string> Libraries( variable 141 for (StringRef BaseName : Libraries) { in processCommandLineLibraries() 666 if (!Libraries.empty()) in parseCommandLine()
|
| /llvm-project-15.0.7/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 81 Libraries("l", variable 1603 for (auto LibItr = Libraries.begin(), LibEnd = Libraries.end(); in addLibraries() 1607 LL.Position = Libraries.getPosition(LibItr - Libraries.begin()); in addLibraries()
|
| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | TestSuite.rst | 232 Applications/Libraries
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/ |
| H A D | scripted_crashlog.ips | 409 …"vmSummary": "ReadOnly portion of Libraries: Total=589.5M resident=0K(0%) swapped_out_or_unallocat…
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-bcanalyzer.rst | 108 **Dependent Libraries Bytes**
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | CrossCompilation.rst | 161 Target-Specific Libraries
|
| H A D | AddressSanitizer.rst | 175 Suppressing Reports in External Libraries
|