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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBSourceFile.h 31 virtual std::string getChecksum() const = 0;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
IPDBSourceFile.cpp 28 std::string Checksum = getChecksum();
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASourceFile.h 26 std::string getChecksum() const override;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeSourceFile.h 28 std::string getChecksum() const override;
  /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/tools/llvm-pdbutil/
PrettyCompilandDumper.cpp 65 auto ChecksumHexString = toHex(File->getChecksum());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 228 static uint8_t getChecksum(StringRef S);
Object.cpp 208 uint8_t IHexRecord::getChecksum(StringRef S) {
230 Iter = utohexstr(getChecksum(S), Iter, 2);
322 if (getChecksum(Line.drop_front(1)) != 0)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 214 if (F->getChecksum()) {
215 std::string Checksum = fromHex(F->getChecksum()->Value);
220 switch (F->getChecksum()->Kind) {
DwarfDebug.cpp 3476 Optional<DIFile::ChecksumInfo<StringRef>> Checksum = File->getChecksum();
  /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/lib/IR/
AsmWriter.cpp 2111 if (N->getChecksum())
2112 Printer.printChecksum(*N->getChecksum());
Verifier.cpp 1158 Optional<DIFile::ChecksumInfo<StringRef>> Checksum = N.getChecksum();

Completed in 80 milliseconds