HomeSort by relevance Sort by last modified time
    Searched refs:getIdForString (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DebugCrossImpSubsection.cpp 83 return Strings.getIdForString(L1->getKey()) <
84 Strings.getIdForString(L2->getKey());
89 Imp.ModuleNameOffset = Strings.getIdForString(Item->getKey());
DebugChecksumsSubsection.cpp 112 uint32_t Offset = Strings.getIdForString(FileName);
DebugStringTableSubsection.cpp 98 uint32_t DebugStringTableSubsection::getIdForString(StringRef S) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
PDBStringTableBuilder.h 51 uint32_t getIdForString(StringRef S) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
PDBStringTableBuilder.cpp 30 return Table->getIdForString(S);
45 uint32_t PDBStringTableBuilder::getIdForString(StringRef S) const {
46 return Strings.getIdForString(S);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 70 uint32_t getIdForString(StringRef S) const;

Completed in 75 milliseconds