HomeSort by relevance Sort by last modified time
    Searched defs:isAbsolute (Results 1 - 25 of 190) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/include/llvm/MC/
MCValue.h 52 bool isAbsolute() const { return !SymA && !SymB; }
MCSymbol.h 252 return isDefined(SetUsed) && !isAbsolute(SetUsed);
258 /// isAbsolute - Check if this is an absolute symbol.
259 bool isAbsolute(bool SetUsed = true) const {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCValue.h 46 /// isAbsolute - Is this an absolute (as opposed to relocatable) value.
47 bool isAbsolute() const { return !SymA && !SymB; }
MCSymbol.h 95 return isDefined() && !isAbsolute();
103 /// isAbsolute - Check if this is an absolute symbol.
104 bool isAbsolute() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCValue.h 52 bool isAbsolute() const { return !SymA && !SymB; }
MCSymbol.h 256 return isDefined(SetUsed) && !isAbsolute(SetUsed);
262 /// isAbsolute - Check if this is an absolute symbol.
263 bool isAbsolute(bool SetUsed = true) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCValue.h 52 bool isAbsolute() const { return !SymA && !SymB; }
MCSymbol.h 256 return isDefined(SetUsed) && !isAbsolute(SetUsed);
262 /// isAbsolute - Check if this is an absolute symbol.
263 bool isAbsolute(bool SetUsed = true) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCValue.h 52 bool isAbsolute() const { return !SymA && !SymB; }
MCSymbol.h 256 return isDefined(SetUsed) && !isAbsolute(SetUsed);
262 /// isAbsolute - Check if this is an absolute symbol.
263 bool isAbsolute(bool SetUsed = true) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCValue.h 53 bool isAbsolute() const { return !SymA && !SymB; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCValue.h 53 bool isAbsolute() const { return !SymA && !SymB; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCValue.h 53 bool isAbsolute() const { return !SymA && !SymB; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCValue.h 53 bool isAbsolute() const { return !SymA && !SymB; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCValue.h 52 bool isAbsolute() const { return !SymA && !SymB; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCValue.h 52 bool isAbsolute() const { return !SymA && !SymB; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCValue.h 52 bool isAbsolute() const { return !SymA && !SymB; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCValue.h 53 bool isAbsolute() const { return !SymA && !SymB; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCValue.h 53 bool isAbsolute() const { return !SymA && !SymB; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCValue.h 53 bool isAbsolute() const { return !SymA && !SymB; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCValue.h 53 bool isAbsolute() const { return !SymA && !SymB; }
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
FileSystem.java 125 public boolean isAbsolute(String path);
  /libcore/ojluni/src/main/java/java/nio/file/
Path.java 116 boolean isAbsolute();
340 * <p> If the {@code other} parameter is an {@link #isAbsolute() absolute}
387 * or {@code other} is {@link #isAbsolute() absolute}, then this method
422 * This method attempts to construct a {@link #isAbsolute relative} path
517 * <p> If this path is already {@link Path#isAbsolute absolute} then this
540 * in general it derives from this path, an {@link #isAbsolute absolute}
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 169 // isAbsolute - [L,W] == [1, 1]
170 bool ResolveInfo::isAbsolute() const {
  /libcore/ojluni/src/main/java/java/io/
FileSystem.java 89 public abstract boolean isAbsolute(File f);

Completed in 949 milliseconds

1 2 3 4 5 6 7 8