OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalTypes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
73
///
GlobalTypes
- A map of globally visible types for this unit.
74
StringMap<const DIE *>
GlobalTypes
;
325
const StringMap<const DIE *> &getGlobalTypes() const { return
GlobalTypes
; }
DwarfCompileUnit.cpp
1391
GlobalTypes
[FullName] = &Die;
1403
GlobalTypes
.insert(std::make_pair(std::move(FullName), &getUnitDie()));
Completed in 190 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026