OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAsUnsignedConstant
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDie.cpp
123
LB = L->
getAsUnsignedConstant
();
125
Count = CountV->
getAsUnsignedConstant
();
127
UB = UpperV->
getAsUnsignedConstant
();
130
if (Optional<uint64_t> LC = LV->
getAsUnsignedConstant
())
259
FormValue.
getAsUnsignedConstant
().getValue(),
265
} else if (Optional<uint64_t> Val = FormValue.
getAsUnsignedConstant
())
271
OS << *FormValue.
getAsUnsignedConstant
();
283
FormValue.
getAsUnsignedConstant
()) {
313
if (Optional<uint64_t> OptVal = FormValue.
getAsUnsignedConstant
())
436
if (auto Offset = FormValue->
getAsUnsignedConstant
()) {
[
all
...]
DWARFAcceleratorTable.cpp
125
DieOffset = *FormValue.
getAsUnsignedConstant
();
128
DieTag = (dwarf::Tag)*FormValue.
getAsUnsignedConstant
();
189
if (Optional<uint64_t> Val = Atom.
getAsUnsignedConstant
()) {
299
if (Optional<uint64_t> Value = Tag->
getAsUnsignedConstant
())
556
return Off->
getAsUnsignedConstant
();
DWARFDebugLine.cpp
326
FileEntry.DirIdx = Value.
getAsUnsignedConstant
().getValue();
329
FileEntry.ModTime = Value.
getAsUnsignedConstant
().getValue();
332
FileEntry.Length = Value.
getAsUnsignedConstant
().getValue();
DWARFContext.cpp
1074
if (Optional<uint64_t> Size = SizeAttr->
getAsUnsignedConstant
())
1110
ElemCountAttr->
getAsUnsignedConstant
())
1180
Local.TagOffset = TagOffsetAttr->
getAsUnsignedConstant
();
1193
DeclFileAttr->
getAsUnsignedConstant
().getValue(),
1199
Local.DeclLine = DeclLineAttr->
getAsUnsignedConstant
().getValue();
DWARFFormValue.cpp
721
Optional<uint64_t> DWARFFormValue::
getAsUnsignedConstant
() const {
DWARFVerifier.cpp
552
if (auto FileIdx = AttrValue.Value.
getAsUnsignedConstant
()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h
117
Optional<uint64_t>
getAsUnsignedConstant
() const;
203
return V->
getAsUnsignedConstant
();
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp
290
if (auto Val = FormValue.getValue().
getAsUnsignedConstant
())
299
if (auto Val = FormValue.getValue().
getAsUnsignedConstant
()) {
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp
1143
if (auto OptionalValue = Val.
getAsUnsignedConstant
())
1172
else if (auto OptionalValue = Val.
getAsUnsignedConstant
())
Completed in 35 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026