OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNamedStreamIndex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
InfoStream.cpp
88
Expected<uint32_t> InfoStream::
getNamedStreamIndex
(llvm::StringRef Name) const {
PDBFileBuilder.cpp
216
Expected<uint32_t> PDBFileBuilder::
getNamedStreamIndex
(StringRef Name) const {
227
uint32_t SN = cantFail(
getNamedStreamIndex
("/src/headerblock"));
251
uint32_t SN = cantFail(
getNamedStreamIndex
(IS.StreamName));
274
auto ExpectedSN =
getNamedStreamIndex
("/names");
Completed in 16 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026