HomeSort by: relevance | last modified time | path
    Searched refs:Absolute (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCDuplexInfo.cpp 702 bool Absolute;
710 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value);
711 if (Absolute) {
766 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value);
767 assert(Absolute);(void)Absolute;
891 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value);
892 assert(Absolute);(void)Absolute;
923 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value)
    [all...]
HexagonBaseInfo.h 32 Absolute = 1, // Absolute addressing mode
33 AbsoluteSet = 2, // Absolute set addressing mode
  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap.in 403 -C Absolute path to CA Cert (see SSL/TLS Considerations)
409 -f Absolute path ntp.conf file (default /etc/ntp.conf)
414 -L Absolute path to leapfile on the local system
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 1470 bool Absolute = MO_1.getExpr()->evaluateAsAbsolute(Value);
1471 if (Absolute) {
1507 if (Absolute) {
1697 bool Absolute = Expr.evaluateAsAbsolute(Value);
1698 if (!Absolute)
1720 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value);
1721 if (!Absolute)
1750 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value);
1751 if (!Absolute)
1874 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 84 Absolute = 1U << 3,
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 237 /// sending absolute paths to llvm::sys::fs:: functions.
266 // If this FS has its own working dir, use it to make Path absolute.
321 SmallString<128> Absolute, Resolved, Storage;
322 adjustPath(Path, Storage).toVector(Absolute);
324 if (auto Err = llvm::sys::fs::is_directory(Absolute, IsDir))
328 if (auto Err = llvm::sys::fs::real_path(Absolute, Resolved))
330 WD = {Absolute, Resolved};
1174 // is absolute, we can use it to determine which style we actually have and
1781 assert(!EC && "Overlay dir final path must be absolute");
1807 assert(!EC && "Could not make absolute path")
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstExtenders.cpp 878 case HexagonII::Absolute:
1159 case HexagonII::Absolute: // (__: ## + __<<_)
1866 IsAbs = AM == HexagonII::Absolute;
1898 // If it was an absolute-set instruction, the "set" part has been removed.
HexagonInstrInfo.cpp 3036 case HexagonII::Absolute:
3037 // Load/store with absolute addressing mode can be converted into
4427 case HexagonII::Absolute:
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
ObjectLinkingLayer.cpp 233 Flags |= JITSymbolFlags::Absolute;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86MCInstLower.cpp 394 // Check whether this is an absolute address.
397 bool Absolute = true;
402 Absolute = false;
405 if (Absolute &&
1544 // changed the absolute address to a PC-relative address.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 1458 // using the nearest preceding absolute symbol (if any), if there
1909 bool Absolute = Flags & SymbolRef::SF_Absolute;
1914 if ((Section != O->section_end() || Absolute) && !Weak)
1949 if (Absolute) {
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
numeric.d 1711 absTolerance = Absolute tolerance.
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 413 # Make sure we have an absolute progpath for reexecution:
927 # it an absolute path.
932 # These SED scripts presuppose an absolute path with a trailing slash.
957 # Unusual form of absolute path, do nothing.
966 # Absolute path, do nothing.
2832 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
3895 # Get the absolute pathname.
4223 func_fatal_help "'$destdir' must be an absolute directory name"
5416 # Try to get the absolute directory name.
6018 /* Absolute path? *
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 224 # These SED scripts presuppose an absolute path with a trailing slash.
237 # it an absolute path.
256 # Unusual form of absolute path, do nothing.
265 # Absolute path, do nothing.
376 # Make sure we have an absolute path for reexecution:
1553 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
2577 # Get the absolute pathname.
2902 func_fatal_help "\`$destdir' must be an absolute directory name"
4041 # Try to get the absolute directory name.
4640 /* Absolute path? *
    [all...]
  /src/crypto/external/cpl/tpm-tools/dist/
ltmain.sh 189 # Make sure we have an absolute path for reexecution:
1694 # Get the absolute pathname.
1960 func_fatal_help "\`$destdir' must be an absolute directory name"
2822 # Try to get the absolute directory name.
3674 /* Absolute path? */
4344 # We need an absolute path.
4348 func_fatal_error "only absolute run-paths are allowed"
4487 # We need an absolute path.
4493 func_fatal_error "cannot determine absolute directory name of \`$dir'"
4649 # We need an absolute path
    [all...]
  /src/crypto/external/cpl/trousers/dist/
ltmain.sh 189 # Make sure we have an absolute path for reexecution:
1694 # Get the absolute pathname.
1960 func_fatal_help "\`$destdir' must be an absolute directory name"
2822 # Try to get the absolute directory name.
3674 /* Absolute path? */
4344 # We need an absolute path.
4348 func_fatal_error "only absolute run-paths are allowed"
4487 # We need an absolute path.
4493 func_fatal_error "cannot determine absolute directory name of \`$dir'"
4649 # We need an absolute path
    [all...]
  /src/external/bsd/am-utils/dist/
ltmain.sh 224 # These SED scripts presuppose an absolute path with a trailing slash.
237 # it an absolute path.
256 # Unusual form of absolute path, do nothing.
265 # Absolute path, do nothing.
376 # Make sure we have an absolute path for reexecution:
1553 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
2577 # Get the absolute pathname.
2902 func_fatal_help "\`$destdir' must be an absolute directory name"
4041 # Try to get the absolute directory name.
4640 /* Absolute path? *
    [all...]
  /src/external/bsd/file/dist/
ltmain.sh 416 # Make sure we have an absolute progpath for reexecution:
930 # it an absolute path.
935 # These SED scripts presuppose an absolute path with a trailing slash.
960 # Unusual form of absolute path, do nothing.
969 # Absolute path, do nothing.
2835 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
3898 # Get the absolute pathname.
4226 func_fatal_help "'$destdir' must be an absolute directory name"
5419 # Try to get the absolute directory name.
6021 /* Absolute path? *
    [all...]
  /src/external/bsd/flex/dist/build-aux/
ltmain.sh 413 # Make sure we have an absolute progpath for reexecution:
927 # it an absolute path.
932 # These SED scripts presuppose an absolute path with a trailing slash.
957 # Unusual form of absolute path, do nothing.
966 # Absolute path, do nothing.
2832 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
3895 # Get the absolute pathname.
4223 func_fatal_help "'$destdir' must be an absolute directory name"
5416 # Try to get the absolute directory name.
6018 /* Absolute path? *
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/build-aux/
ltmain.sh 413 # Make sure we have an absolute progpath for reexecution:
927 # it an absolute path.
932 # These SED scripts presuppose an absolute path with a trailing slash.
957 # Unusual form of absolute path, do nothing.
966 # Absolute path, do nothing.
2832 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
3895 # Get the absolute pathname.
4223 func_fatal_help "'$destdir' must be an absolute directory name"
5416 # Try to get the absolute directory name.
6018 /* Absolute path? *
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
ltmain.sh 413 # Make sure we have an absolute progpath for reexecution:
927 # it an absolute path.
932 # These SED scripts presuppose an absolute path with a trailing slash.
957 # Unusual form of absolute path, do nothing.
966 # Absolute path, do nothing.
2832 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
3895 # Get the absolute pathname.
4223 func_fatal_help "'$destdir' must be an absolute directory name"
5416 # Try to get the absolute directory name.
6018 /* Absolute path? *
    [all...]
  /src/external/bsd/openldap/dist/build/
ltmain.sh 413 # Make sure we have an absolute progpath for reexecution:
927 # it an absolute path.
932 # These SED scripts presuppose an absolute path with a trailing slash.
957 # Unusual form of absolute path, do nothing.
966 # Absolute path, do nothing.
2832 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
3895 # Get the absolute pathname.
4223 func_fatal_help "'$destdir' must be an absolute directory name"
5416 # Try to get the absolute directory name.
6018 /* Absolute path? *
    [all...]
  /src/external/bsd/openldap/dist/contrib/ldapc++/
ltmain.sh 413 # Make sure we have an absolute progpath for reexecution:
927 # it an absolute path.
932 # These SED scripts presuppose an absolute path with a trailing slash.
957 # Unusual form of absolute path, do nothing.
966 # Absolute path, do nothing.
2832 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
3895 # Get the absolute pathname.
4223 func_fatal_help "'$destdir' must be an absolute directory name"
5416 # Try to get the absolute directory name.
6018 /* Absolute path? *
    [all...]
  /src/external/gpl3/binutils/dist/
ltmain.sh 198 # These SED scripts presuppose an absolute path with a trailing slash.
211 # it an absolute path.
230 # Unusual form of absolute path, do nothing.
239 # Absolute path, do nothing.
350 # Make sure we have an absolute path for reexecution:
1905 # Get the absolute pathname.
2192 func_fatal_help "\`$destdir' must be an absolute directory name"
3055 # Try to get the absolute directory name.
3816 /* Absolute path? */
4550 # We need an absolute path
    [all...]
  /src/external/gpl3/binutils.old/dist/
ltmain.sh 198 # These SED scripts presuppose an absolute path with a trailing slash.
211 # it an absolute path.
230 # Unusual form of absolute path, do nothing.
239 # Absolute path, do nothing.
350 # Make sure we have an absolute path for reexecution:
1905 # Get the absolute pathname.
2192 func_fatal_help "\`$destdir' must be an absolute directory name"
3055 # Try to get the absolute directory name.
3816 /* Absolute path? */
4550 # We need an absolute path
    [all...]

Completed in 97 milliseconds

1 2