OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileInfoHeader
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiModuleList.cpp
193
if (auto EC = FISR.readObject(
FileInfoHeader
))
199
if (auto EC = FISR.readArray(ModuleIndices,
FileInfoHeader
->NumModules))
201
if (auto EC = FISR.readArray(ModFileCountArray,
FileInfoHeader
->NumModules))
205
// `
FileInfoHeader
->NumSourceFiles` because it is a unit16, and the sum of all
224
ModuleInitialFileIndex.resize(
FileInfoHeader
->NumModules);
225
ModuleDescriptorOffsets.resize(
FileInfoHeader
->NumModules);
226
for (size_t I = 0; I <
FileInfoHeader
->NumModules; ++I) {
242
return
FileInfoHeader
->NumModules;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
DbiModuleList.h
108
const FileInfoSubstreamHeader *
FileInfoHeader
= nullptr;
Completed in 14 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026