OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Relative
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Object/
ArchiveWriter.cpp
540
// Compute the
relative
path from From to To.
550
// Can't construct a
relative
path between different roots
561
// Construct
relative
path
562
SmallString<128>
Relative
;
564
sys::path::append(
Relative
, sys::path::Style::posix, "..");
567
sys::path::append(
Relative
, sys::path::Style::posix, *ToI);
569
return std::string(
Relative
.str());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h
366
/// Contains the index (
relative
to the vtable address point)
381
/// Contains the vtable offset (
relative
to the address point) in chars
394
/// Components in the vtable are
relative
offsets between the vtable and the
396
Relative
,
416
/// Return the index (
relative
to the vtable address point) where the
420
/// Return the offset in chars (
relative
to the vtable address point) where
437
bool isRelativeLayout() const { return ComponentLayout ==
Relative
; }
Completed in 24 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026