Home
last modified time | relevance | path

Searched refs:Rpath (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/openmp/tools/multiplex/tests/
H A Dlit.cfg66 # Rpath modifications for Darwin
/llvm-project-15.0.7/openmp/tools/archer/tests/
H A Dlit.cfg69 # Rpath modifications for Darwin
/llvm-project-15.0.7/openmp/runtime/test/
H A Dlit.cfg76 # Rpath modifications for Darwin
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DREADME.md50 …e `bin` folder depending on how the [rpath](https://en.wikipedia.org/wiki/Rpath) is set in your `l…
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp1261 auto Rpath = O->getRpathCommand(Command); in printRpaths() local
1262 const char *P = (const char *)(Command.Ptr) + Rpath.path; in printRpaths()
10168 MachO::rpath_command Rpath = Obj->getRpathCommand(Command); in PrintLoadCommands() local
10169 PrintRpathLoadCommand(Rpath, Command.Ptr); in PrintLoadCommands()