OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InjectedSourceTable
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
InjectedSourceStream.h
29
const_iterator begin() const { return
InjectedSourceTable
.begin(); }
30
const_iterator end() const { return
InjectedSourceTable
.end(); }
32
uint32_t size() const { return
InjectedSourceTable
.size(); }
38
HashTable<SrcHeaderBlockEntry>
InjectedSourceTable
;
PDBFileBuilder.h
97
HashTable<SrcHeaderBlockEntry>
InjectedSourceTable
;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
PDBFileBuilder.cpp
35
InjectedSourceTable
(2) {}
189
InjectedSourceTable
.set_as(VName, std::move(Entry),
195
InjectedSourceTable
.calculateSerializedLength();
225
assert(!
InjectedSourceTable
.empty());
238
cantFail(
InjectedSourceTable
.commit(Writer));
245
if (
InjectedSourceTable
.empty())
InjectedSourceStream.cpp
39
if (auto EC =
InjectedSourceTable
.load(Reader))
Completed in 29 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026