Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A 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()
H A DDebugStringTableSubsection.cpp98 uint32_t DebugStringTableSubsection::getIdForString(StringRef S) const { in getIdForString() function in DebugStringTableSubsection
H A DDebugChecksumsSubsection.cpp112 uint32_t Offset = Strings.getIdForString(FileName); in mapChecksumOffset()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A 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()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h51 uint32_t getIdForString(StringRef S) const;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugStringTableSubsection.h70 uint32_t getIdForString(StringRef S) const;