Home
last modified time | relevance | path

Searched refs:getIdForString (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossImpSubsection.cpp83 return Strings.getIdForString(L1->getKey()) < in commit()
84 Strings.getIdForString(L2->getKey()); in commit()
89 Imp.ModuleNameOffset = Strings.getIdForString(Item->getKey()); in commit()
DDebugStringTableSubsection.cpp98 uint32_t DebugStringTableSubsection::getIdForString(StringRef S) const { in getIdForString() function in DebugStringTableSubsection
DDebugChecksumsSubsection.cpp112 uint32_t Offset = Strings.getIdForString(FileName); in mapChecksumOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTableBuilder.cpp30 return Table->getIdForString(S); in hashLookupKey()
45 uint32_t PDBStringTableBuilder::getIdForString(StringRef S) const { in getIdForString() function in PDBStringTableBuilder
46 return Strings.getIdForString(S); in getIdForString()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTableBuilder.h51 uint32_t getIdForString(StringRef S) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugStringTableSubsection.h70 uint32_t getIdForString(StringRef S) const;