HomeSort by relevance Sort by last modified time
    Searched refs:hash_value (Results 51 - 66 of 66) sorted by null

1 23

  /external/llvm/lib/IR/
LLVMContextImpl.h 61 return static_cast<unsigned>(hash_value(Key));
72 return static_cast<unsigned>(hash_value(Key));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 335 FuncChecksum = hash_value(FunctionNameAndLine);
557 FileChecksums.push_back(hash_value(EdgeDestinations));
    [all...]
  /external/v8/src/
utils.h 1077 friend size_t hash_value(FeedbackVectorSlot slot) { return slot.ToInt(); }
    [all...]
assembler.h     [all...]
assembler.cc 1571 size_t hash_value(ExternalReference reference) { function in namespace:v8::internal
    [all...]
objects.cc 5922 int hash_value; local
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 104 friend hash_code hash_value(const Expression &Value) { function in struct:__anon18603::Expression
156 using llvm::hash_value;
157 return static_cast<unsigned>(hash_value(e));
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 215 /// operand. Note that this should stay in sync with the hash_value overload
263 hash_code llvm::hash_value(const MachineOperand &MO) { function in class:llvm
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
output.h 2829 hash_value() const function in class:gold::Merge_section_properties
    [all...]
aarch64.cc 1227 hash_value() const function in class:__anon74173::Output_data_got_aarch64::Reloc_stub::Key
    [all...]
arm.cc 569 hash_value() const function in class:__anon74181::Reloc_stub::Key
585 { return k.hash_value(); }
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 668 hash_code llvm::hash_value(const APInt &Arg) {
    [all...]
APFloat.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 615 llvm::hash_code TypeHash = hash_value(Out.str());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h     [all...]

Completed in 607 milliseconds

1 23