Home
last modified time | relevance | path

Searched refs:Prepend (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/
H A Dinstall-name-tool-prepend-rpath.test21 ## Prepend with dylib loads:
35 ## Prepend same RPATH twice:
42 ## Prepend and delete RPATH:
49 ## Prepend and replace RPATH:
/llvm-project-15.0.7/llvm/unittests/Demangle/
H A DOutputBufferTest.cpp65 TEST(OutputBufferTest, Prepend) { in TEST() argument
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDiagnosticInfo.h651 DiagnosticInfoIROptimization(const char *PassName, StringRef Prepend, in DiagnosticInfoIROptimization() argument
657 *this << Prepend; in DiagnosticInfoIROptimization()
800 OptimizationRemarkAnalysis(const char *PassName, StringRef Prepend, in OptimizationRemarkAnalysis() argument
802 : DiagnosticInfoIROptimization(PassName, Prepend, Orig) {} in OptimizationRemarkAnalysis()
/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DCMakeLists.txt84 # Prepend LLVM in front of every target, this is how the library
/llvm-project-15.0.7/clang-tools-extra/docs/
H A DModularizeUsage.rst54 Prepend the given path to non-absolute file paths in the header list file.
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/
H A DCMakeLists.txt119 # Prepend -I to each list element
/llvm-project-15.0.7/libclc/
H A DCMakeLists.txt242 # Prepend the location to give higher priority to
/llvm-project-15.0.7/lldb/source/Commands/
H A DOptions.td446 Desc<"Prepend all log lines with an increasing integer sequence id.">;
448 Desc<"Prepend all log lines with a timestamp.">;
450 Desc<"Prepend all log lines with the process and thread ID that generates "
453 Desc<"Prepend all log lines with the thread name for the thread that "
461 Desc<"Prepend the names of files and function that generate the logs.">;
/llvm-project-15.0.7/llvm/docs/
H A DTestSuiteGuide.md78 # Make sure pandas and scipy are installed. Prepend `sudo` if necessary.
H A DHowToUpdateDebugInfo.rst318 # Prepend -debugify before and append -check-debugify -strip after
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1116 void ScopStmt::addAccess(MemoryAccess *Access, bool Prepend) { in addAccess() argument
1144 if (Prepend) { in addAccess()
/llvm-project-15.0.7/lld/MachO/
H A DOptions.td194 HelpText<"Prepend <rootdir> to all library and framework search paths">,