Home
last modified time | relevance | path

Searched refs:hasChecksums (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h69 bool hasChecksums() const { return Checksums != nullptr; } in hasChecksums() function
97 bool hasChecksums() const { return Checksums != nullptr; } in hasChecksums() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.cpp141 if (!SC.hasChecksums() || !SC.hasStrings()) in SymbolGroup()
147 if (SC.hasChecksums() && SC.hasStrings()) in SymbolGroup()
184 if (!SC.hasChecksums()) in rebuildChecksumMap()
220 if (!SC.hasChecksums()) { in formatFromChecksumsOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp416 assert(SC.hasStrings() && SC.hasChecksums()); in toCodeViewSubsection()
447 assert(SC.hasChecksums()); in toCodeViewSubsection()
947 if (SC.hasStrings() && !SC.hasChecksums()) { in initializeStringsAndChecksums()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp114 if (SC.hasStrings() && SC.hasChecksums()) in initializeFileAndStringTable()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2coff.cpp218 if (CP.StringsAndChecksums.hasChecksums() && in layoutCOFF()