Home
last modified time | relevance | path

Searched refs:IsRelative (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/Windows/
DFileIO.h56 bool IsRelative() const { return Flags == _my_SYMLINK_FLAG_RELATIVE; } in IsRelative() function
/external/llvm/lib/MC/
DMCDwarf.cpp1064 const bool IsRelative = in EmitCFIInstruction() local
1069 if (IsRelative) in EmitCFIInstruction()
1102 const bool IsRelative = in EmitCFIInstruction() local
1110 if (IsRelative) in EmitCFIInstruction()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp579 const bool IsRelative = Instr.getOperation() == MCCFIInstruction::RelMove; in EmitCFIInstruction() local
594 if (IsRelative) in EmitCFIInstruction()
615 if (IsRelative) in EmitCFIInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp1346 const bool IsRelative = in EmitCFIInstruction() local
1351 if (IsRelative) in EmitCFIInstruction()
1382 const bool IsRelative = in EmitCFIInstruction() local
1390 if (IsRelative) in EmitCFIInstruction()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp354 if (attr.IsRelative()) in GetProperty()
DEnumDirItems.cpp884 if (attr.IsRelative()) in FillFixedReparse()
DArchiveExtractCallback.cpp748 isRelative = reparse.IsRelative(); in GetStream()