OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CUMap
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFVerifier.cpp
976
DenseMap<uint64_t, uint64_t>
CUMap
;
979
CUMap
.reserve(DCtx.getNumCompileUnits());
981
CUMap
[CU->getOffset()] = NotIndexed;
993
auto Iter =
CUMap
.find(Offset);
995
if (Iter ==
CUMap
.end()) {
1013
for (const auto &KV :
CUMap
) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
1092
if (auto *CU =
CUMap
.lookup(DIUnit))
1122
CUMap
.insert({DIUnit, &NewCU});
1296
if (
CUMap
.size() > 1)
1301
for (const auto &P :
CUMap
) {
1430
for (const auto &P :
CUMap
) {
2134
DwarfCompileUnit &TheCU = *
CUMap
.lookup(SP->getUnit());
2354
for (const auto &NU :
CUMap
) {
3012
assert(!
CUMap
.empty());
3013
assert(llvm::any_of(
CUMap
, [](const decltype(
CUMap
)::value_type &Pair)
[
all
...]
DwarfDebug.h
300
MapVector<const MDNode *, DwarfCompileUnit *>
CUMap
;
Completed in 23 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026