Home
last modified time | relevance | path

Searched refs:rpaths (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/test/tools/llvm-objdump/MachO/
H A Drpaths.test1 ## 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 Dcompare-rpaths.test3 ; 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 Dllvm-install-name-tool.rst1 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 Dllvm-objdump.rst451 .. option:: --rpaths
/llvm-project/llvm/unittests/TextAPI/
H A DTextStubV5Tests.cpp63 "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 DInterfaceFile.cpp204 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 DTextStubV5.cpp966 Array RPaths = serializeField(TBDKey::Paths, File->rpaths(), ActiveTargets); in serializeIF()
/llvm-project/llvm/tools/llvm-readtapi/
H A DDiffEngine.cpp386 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 DInstallNameToolOpts.td22 HelpText<"Add new rpath before other rpaths">;
/llvm-project/clang/test/InstallAPI/
H A Drpath.test73 "rpaths": [
157 "rpaths": [
/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h309 const std::vector<std::pair<Target, std::string>> &rpaths() const { in rpaths() function
/llvm-project/lld/MachO/
H A DInputFiles.h243 SmallVector<StringRef, 2> rpaths; variable
H A DInputFiles.cpp1626 for (StringRef rpath : umbrella->rpaths) { in findDylib()
1724 rpaths.push_back(rpath); in DylibFile()
/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td363 def rpaths : Flag<["--"], "rpaths">,
/llvm-project/llvm/cmake/modules/
H A DAddLLVM.cmake2547 # On AIX, the tool chain doesn't support modifying rpaths/libpaths for XCOFF