OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AbbrOffset
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h
53
uint64_t
AbbrOffset
= 0;
91
uint64_t getAbbrOffset() const { return
AbbrOffset
; }
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
DWARFYAML.h
116
Optional<yaml::Hex64>
AbbrOffset
;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFVerifier.cpp
105
uint64_t
AbbrOffset
, Length;
125
AbbrOffset
= isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset);
129
AbbrOffset
= isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset);
133
if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(
AbbrOffset
))
Completed in 53 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026