OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDWO
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h
24
bool
IsDWO
, const DWARFUnitVector &UnitVector)
26
LS, LE,
IsDWO
, UnitVector) {}
DWARFTypeUnit.h
31
const DWARFSection &LS, bool LE, bool
IsDWO
,
34
LS, LE,
IsDWO
, UnitVector) {}
DWARFUnit.h
174
bool
IsDWO
, bool Lazy, DWARFSectionKind SectionKind);
223
bool
IsDWO
;
272
const DWARFSection &LS, bool LE, bool
IsDWO
,
277
bool isDWOUnit() const { return
IsDWO
; }
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp
62
const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool
IsDWO
,
79
if (!IndexEntry &&
IsDWO
) {
90
LE,
IsDWO
, *this);
94
AOS, LS, LE,
IsDWO
, *this);
178
bool
IsDWO
, const DWARFUnitVector &UnitVector)
182
IsDWO
(
IsDWO
), UnitVector(UnitVector) {
201
if (
IsDWO
&& hasSingleElement(R))
432
if (!
IsDWO
) {
453
if (
IsDWO
|| getVersion() >= 5)
[
all
...]
DWARFContext.cpp
352
bool
IsDWO
= (Extension == ".dwo") || (Extension == ".dwp");
362
bool Explicit = DumpType != DIDT_All && !
IsDWO
;
363
bool ExplicitDWO = Explicit &&
IsDWO
;
Completed in 22 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026