OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalTypes
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
51
///
GlobalTypes
- A map of globally visible types for this unit.
52
StringMap<const DIE *>
GlobalTypes
;
200
const StringMap<const DIE *> &getGlobalTypes() const { return
GlobalTypes
; }
DwarfCompileUnit.cpp
731
GlobalTypes
[FullName] = &Die;
Completed in 390 milliseconds