OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FailValue
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.h
93
const char *
FailValue
) const;
96
uint64_t
FailValue
) const;
100
uint64_t
FailValue
) const;
103
uint64_t
FailValue
) const;
107
uint64_t
FailValue
) const;
109
uint64_t getRangesBaseAttribute(const DWARFUnit *U, uint64_t
FailValue
) const;
DWARFDebugInfoEntry.cpp
169
const DWARFUnit *U, const uint16_t Attr, const char *
FailValue
) const {
172
return
FailValue
;
174
return Result.hasValue() ? Result.getValue() :
FailValue
;
178
const DWARFUnit *U, const uint16_t Attr, uint64_t
FailValue
) const {
181
return
FailValue
;
183
return Result.hasValue() ? Result.getValue() :
FailValue
;
187
const DWARFUnit *U, const uint16_t Attr, uint64_t
FailValue
) const {
190
return
FailValue
;
192
return Result.hasValue() ? Result.getValue() :
FailValue
;
196
const DWARFUnit *U, const uint16_t Attr, uint64_t
FailValue
) const
[
all
...]
DWARFUnit.cpp
121
const uint64_t
FailValue
= -1ULL;
123
return
FailValue
;
125
.getAttributeValueAsUnsignedConstant(this, DW_AT_GNU_dwo_id,
FailValue
);
Completed in 4389 milliseconds