Home
last modified time | relevance | path

Searched defs: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-project/lldb/unittests/Utility/
DFileSpecTest.cpp293 TEST(FileSpecTest, IsRelative) { in TEST() argument
/external/llvm-project/lldb/source/Utility/
DFileSpec.cpp475 bool FileSpec::IsRelative() const { in IsRelative() function in FileSpec
/external/llvm/lib/MC/
DMCDwarf.cpp1064 const bool IsRelative = in EmitCFIInstruction() local
1102 const bool IsRelative = in EmitCFIInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1362 const bool IsRelative = in EmitCFIInstruction() local
1398 const bool IsRelative = in EmitCFIInstruction() local
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp1409 const bool IsRelative = in emitCFIInstruction() local
1445 const bool IsRelative = in emitCFIInstruction() local
/external/deqp-deps/amber/src/
Dcommand.h371 bool IsRelative() const { return is_relative_; } in IsRelative() function