Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp82 return Strings.getIdForString(L1->getKey()) < in commit()
83 Strings.getIdForString(L2->getKey()); in commit()
88 Imp.ModuleNameOffset = Strings.getIdForString(Item->getKey()); in commit()
H A DDebugStringTableSubsection.cpp97 uint32_t DebugStringTableSubsection::getIdForString(StringRef S) const { in getIdForString() function in DebugStringTableSubsection
H A DDebugChecksumsSubsection.cpp111 uint32_t Offset = Strings.getIdForString(FileName); in mapChecksumOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp35 return static_cast<uint16_t>(Table->getIdForString(S)); in hashLookupKey()
50 uint32_t PDBStringTableBuilder::getIdForString(StringRef S) const { in getIdForString() function in PDBStringTableBuilder
51 return Strings.getIdForString(S); in getIdForString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h49 uint32_t getIdForString(StringRef S) const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugStringTableSubsection.h69 uint32_t getIdForString(StringRef S) const;