Home
last modified time | relevance | path

Searched refs:tryGetValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DNameMap.h32 bool tryGetValue(StringRef Name, uint32_t &Value) const;
/external/llvm/lib/DebugInfo/PDB/Raw/
DInfoStream.cpp58 if (!NamedStreams.tryGetValue(Name, Result)) in getNamedStreamIndex()
DNameMap.cpp171 bool NameMap::tryGetValue(StringRef Name, uint32_t &Value) const { in tryGetValue() function in NameMap