Searched refs:rpaths (Results 1 – 15 of 15) sorted by relevance
/llvm-project/llvm/test/tools/llvm-objdump/MachO/ |
H A D | rpaths.test | 1 ## Validate fetching rpaths from a binary results in the correct output. 2 # RUN: llvm-objdump --macho --rpaths --arch x86_64 %p/Inputs/Objc2.64bit.exe.macho-x86_64 | FileChe… 3 # RUN: llvm-objdump --macho --rpaths %p/Inputs/Objc2.64bit.exe.macho-x86_64 | FileCheck --implicit-… 8 ## Validate binaries with no rpaths should print nothing. 9 # RUN: llvm-objdump --macho --no-leading-headers --rpaths %p/Inputs/hello.exe.macho-i386 | count 0 11 ## Validate passing --rpaths without --macho fails. 12 # RUN: not llvm-objdump --rpaths %p/Inputs/hello.exe.macho-i386 2>&1 | FileCheck --check-prefix=ERR…
|
/llvm-project/llvm/test/tools/llvm-readtapi/ |
H A D | compare-rpaths.test | 3 ; RUN: not llvm-readtapi --compare %t/missing_rpath.tbd %t/rpaths.tbd 2>&1 | FileCheck %s 6 ; CHECK: > {{.*}}rpaths.tbd 19 //--- rpaths.tbd 20 {"main_library":{"exported_symbols":[{"text":{"global":["_foo"]}}],"rpaths": [{"paths": [ "@loader_…
|
/llvm-project/llvm/docs/CommandGuide/ |
H A D | llvm-install-name-tool.rst | 1 llvm-install-name-tool - LLVM tool for manipulating install-names and rpaths 15 install names and rpaths listed in a Mach-O binary. 30 times to add multiple rpaths. Throws an error if ``<rpath>`` is already listed in 43 times to delete multiple rpaths. Throws an error if ``<rpath>`` is not listed in 48 Deletes all rpaths from the binary. 63 multiple times to change multiple rpaths. Throws an error if ``<old_rpath>`` is not listed
|
H A D | llvm-objdump.rst | 451 .. option:: --rpaths
|
/llvm-project/llvm/unittests/TextAPI/ |
H A D | TextStubV5Tests.cpp | 63 "rpaths": [ in TEST() 239 EXPECT_EQ(RPaths, File->rpaths()); in TEST() 594 "rpaths": [ in TEST() 836 "rpaths": [ in TEST() 1352 "rpaths": [ in TEST() 1618 EXPECT_EQ(RPaths, MergedFile->rpaths()); in TEST() 1843 "rpaths": [ in TEST() 2007 EXPECT_EQ(0u, ExtractedFile->rpaths().size()); in TEST() 2098 "rpaths": [ in TEST() 2262 EXPECT_EQ(0u, RemovedFile->rpaths() in TEST() [all...] |
/llvm-project/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 204 for (const auto &[Target, Path] : rpaths()) in merge() 206 for (const auto &[Target, Path] : O->rpaths()) in merge() 328 for (const auto &It : rpaths()) in extract()
|
H A D | TextStubV5.cpp | 966 Array RPaths = serializeField(TBDKey::Paths, File->rpaths(), ActiveTargets); in serializeIF()
|
/llvm-project/llvm/tools/llvm-readtapi/ |
H A D | DiffEngine.cpp | 386 if (IFLHS->rpaths() != IFRHS->rpaths()) in findDifferences() 387 Output.push_back(recordDifferences(IFLHS->rpaths(), IFRHS->rpaths(), in findDifferences()
|
/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | InstallNameToolOpts.td | 22 HelpText<"Add new rpath before other rpaths">;
|
/llvm-project/clang/test/InstallAPI/ |
H A D | rpath.test | 73 "rpaths": [ 157 "rpaths": [
|
/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | InterfaceFile.h | 309 const std::vector<std::pair<Target, std::string>> &rpaths() const { in rpaths() function
|
/llvm-project/lld/MachO/ |
H A D | InputFiles.h | 243 SmallVector<StringRef, 2> rpaths; variable
|
H A D | InputFiles.cpp | 1626 for (StringRef rpath : umbrella->rpaths) { in findDylib() 1724 rpaths.push_back(rpath); in DylibFile()
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ObjdumpOpts.td | 363 def rpaths : Flag<["--"], "rpaths">,
|
/llvm-project/llvm/cmake/modules/ |
H A D | AddLLVM.cmake | 2547 # On AIX, the tool chain doesn't support modifying rpaths/libpaths for XCOFF
|