OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pdbBlockIndex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
ExplainOutputStyle.h
57
uint32_t
pdbBlockIndex
() const;
ExplainOutputStyle.cpp
90
uint32_t ExplainOutputStyle::
pdbBlockIndex
() const {
95
uint64_t BlockStart =
pdbBlockIndex
() * File.pdb().getBlockSize();
101
return
pdbBlockIndex
() == 0;
105
return ((
pdbBlockIndex
() - 1) % File.pdb().getBlockSize() == 0);
108
return ((
pdbBlockIndex
() - 2) % File.pdb().getBlockSize() == 0);
116
return
pdbBlockIndex
() == File.pdb().getBlockMapIndex();
121
return llvm::is_contained(Layout.DirectoryBlocks,
pdbBlockIndex
());
127
if (!llvm::is_contained(Entry.value(),
pdbBlockIndex
()))
141
pdbBlockIndex
());
143
bool IsFree = File.pdb().getMsfLayout().FreePageMap[
pdbBlockIndex
()];
[
all
...]
Completed in 61 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026