Home
last modified time | relevance | path

Searched refs:Relative (Results 1 – 25 of 50) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp32 bool Relative) const { in getOutputPath()
37 if (!Relative) in getOutputPath()
H A DSourceCoverageView.h105 bool InToplevel, bool Relative = true) const;
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp248 bool Relative = true) { in ParseDrive() argument
252 if (!Relative) // Accept relative path? in ParseDrive()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp106 int Relative = OtherBlockNumber - CurrentBlockNumber; in setBranchSuccessors() local
107 RelativeBlockLocations.push_back(Relative); in setBranchSuccessors()
160 int Relative = OtherBlockNumber - CurrentBlockNumber; in setPHIPredecessors() local
161 RelativeBlockLocations.push_back(Relative); in setPHIPredecessors()
162 RelativeBlockLocations.push_back(Relative); in setPHIPredecessors()
/openbsd-src/gnu/llvm/clang/include/clang/Config/
H A Dconfig.h.cmake38 /* Relative directory for resource files */
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DArchiveWriter.cpp650 SmallString<128> Relative; in computeArchiveRelativePath() local
652 sys::path::append(Relative, sys::path::Style::posix, ".."); in computeArchiveRelativePath()
655 sys::path::append(Relative, sys::path::Style::posix, *ToI); in computeArchiveRelativePath()
657 return std::string(Relative.str()); in computeArchiveRelativePath()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DVTableBuilder.h396 Relative, enumerator
437 bool isRelativeLayout() const { return ComponentLayout == Relative; } in isRelativeLayout()
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython.swig52 # Relative import should work if we are being loaded by Python.
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.amiga200 as an Unix style one. Relative paths must always be Unix style.
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def210 MIPS_DYNAMIC_TAG(MIPS_RLD_MAP_REL, 0x70000035) // Relative offset of run time loader
/openbsd-src/gnu/llvm/lldb/cmake/modules/
H A DLLDBConfig.cmake76 "Path to the global lldbinit directory. Relative paths are resolved relative to the
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td547 // Purpose: Add Immediate Unsigned Word (3-Operand, PC-Relative, Extended)
554 // Purpose: Add Immediate Unsigned Word (2-Operand, SP-Relative, Extended)
851 // Purpose: Load Word (SP-Relative, Extended)
1292 // Purpose: Store Word rx (SP-Relative)
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx17Papers.csv58 "`p0219r1 <https://wg21.link/p0219r1>`__","LWG","Relative Paths for Filesystem","Oulu","|Complete|"…
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCInstrInfo.td617 // Load/Add GP-Relative.
651 // Load PCL-Relative.
H A DARCInstrFormats.td740 // Load/Add GP-Relative.
/openbsd-src/gnu/llvm/lld/docs/
H A DNewLLD.rst258 Short for Relative Virtual Address.
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrFormats.td343 // Conditional Branch Relative (BRR)
/openbsd-src/share/misc/
H A Dusb_hid_usages1611 0x8E Orientation: Relative Orientation
1672 0x311 Property: Change Sensitivity Percent Relative
1729 0x433 Data Field: Relative Humidity
2184 0xE000 Modifier: Change Sensitivity Percent Relative
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def469 "path to a source file which is parsed on-demand. Relative "
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2758 StringRef Relative(Remapped); in getOrCreateModuleRef() local
2760 if (Relative.consume_front(CompDir)) in getOrCreateModuleRef()
2761 Relative.consume_front(llvm::sys::path::get_separator()); in getOrCreateModuleRef()
2763 return Relative.str(); in getOrCreateModuleRef()
/openbsd-src/gnu/llvm/clang/
H A DCMakeLists.txt180 "Relative directory from the Clang binary to its resource files.")
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-xtensa.texi536 * Absolute Literals Directive:: Control PC-Relative vs. Absolute Literals.
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td32 // * R - PC-Relative bit
97 // PC Relative flag (for instructions that use the address of the prefix for
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlrebackslash.pod457 =head3 Relative referencing
/openbsd-src/gnu/llvm/llvm/docs/
H A DPasses.rst985 ``-rel-lookup-table-converter``: Relative lookup table converter

12