OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTypeUnit
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h
33
static bool classof(const DWARFUnit *U) { return !U->
isTypeUnit
(); }
DWARFTypeUnit.h
41
static bool classof(const DWARFUnit *U) { return U->
isTypeUnit
(); }
DWARFUnit.h
101
bool
isTypeUnit
() const {
295
bool
isTypeUnit
() const { return Header.
isTypeUnit
(); }
521
return !U->
isTypeUnit
();
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp
81
Context, Header.
isTypeUnit
() ? DW_SECT_EXT_TYPES : DW_SECT_INFO);
87
if (Header.
isTypeUnit
())
255
if (
isTypeUnit
()) {
272
!
isTypeUnit
()
Completed in 47 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026