OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abbrevs
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp
43
Abbrevs
= abbr->getAbbreviationDeclarationSet(abbrOffset);
56
const DWARFAbbreviationDeclarationSet *
abbrevs
) {
64
bool abbrevsOK = debug_info_data.getU32(&offset) ==
abbrevs
->getOffset();
65
Abbrevs
=
abbrevs
;
82
Abbrevs
= 0;
92
<< " abbr_offset = " << format("0x%04x",
Abbrevs
->getOffset())
DWARFCompileUnit.h
28
const DWARFAbbreviationDeclarationSet *
Abbrevs
;
43
const DWARFAbbreviationDeclarationSet *
abbrevs
);
64
return
Abbrevs
;
/external/e2fsprogs/lib/ss/
ss_internal.h
40
ss_abbrev_list
abbrevs
[127];
member in struct:__anon6193
/external/llvm/utils/
llvm-compilers-check
205
abbrevs
= dict(zip(paths, [base for base in unique_bases]))
207
return
abbrevs
236
abbrevs
= [abbrev[start_index:start_index+3]
241
abbrevs
= dict(zip(unique_bases,
abbrevs
))
243
return
abbrevs
/external/e2fsprogs/e2fsck/
message.c
110
static const char *
abbrevs
[] = {
variable
243
for (cpp =
abbrevs
; *cpp; cpp++) {
Completed in 208 milliseconds