OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abbrCode
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp
43
uint32_t
abbrCode
= debug_info_data.getULEB128(&offset);
46
if (
abbrCode
) {
55
OS << format(" [%u] %c\n",
abbrCode
,
72
<<
abbrCode
<< '\n';
191
uint64_t
AbbrCode
= DebugInfoData.getULEB128(OffsetPtr);
192
if (0 ==
AbbrCode
) {
197
AbbrevDecl = U->getAbbreviations()->getAbbreviationDeclaration(
AbbrCode
);
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugInfoEntry.cpp
29
uint64_t
abbrCode
= debug_info_data.getULEB128(&offset);
32
if (
abbrCode
) {
39
OS << format(" [%u] %c\n",
abbrCode
,
59
<<
abbrCode
<< '\n';
102
uint64_t
abbrCode
= debug_info_data.getULEB128(offset_ptr);
106
if (
abbrCode
) {
109
AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(
abbrCode
);
220
uint64_t
abbrCode
= debug_info_data.getULEB128(&offset);
222
if (
abbrCode
) {
223
AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(
abbrCode
);
[
all
...]
Completed in 148 milliseconds