HomeSort by relevance Sort by last modified time
    Searched refs:mapConstant (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 104 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 105 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
ValueMapper.h 105 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
ValueMapper.h 105 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
ValueMapper.h 105 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
ValueMapper.h 105 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
ValueMapper.h 105 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
ValueMapper.h 105 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 105 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
ValueMapper.h 105 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
ValueMapper.h 105 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
ValueMapper.h 105 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
ValueMapper.h 105 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
ValueMapper.h 105 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
ValueMapper.h 105 /// - \a mapValue() (and \a mapConstant());
165 Constant *mapConstant(const Constant &C);
268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 137 Constant *mapConstant(const Constant *C) {
823 E.Data.GVInit.GV->setInitializer(mapConstant(E.Data.GVInit.Init));
836 mapConstant(E.Data.GlobalAliasee.Aliasee));
    [all...]

Completed in 1103 milliseconds