HomeSort by: relevance | last modified time | path
    Searched defs:getChecksum (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeSourceFile.cpp 36 std::string NativeSourceFile::getChecksum() const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIASourceFile.cpp 32 std::string DIASourceFile::getChecksum() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 599 getChecksum(), getSource());
616 Optional<ChecksumInfo<StringRef>> getChecksum() const {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 208 uint8_t IHexRecord::getChecksum(StringRef S) {
230 Iter = utohexstr(getChecksum(S), Iter, 2);
322 if (getChecksum(Line.drop_front(1)) != 0)

Completed in 25 milliseconds