Searched defs:CIE (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp200 /// \brief DWARF Common Information Entry (CIE)
201 class CIE : public FrameEntry { class in namespace:__anon22171
205 CIE(DataExtractor D, uint64_t Offset, uint64_t Length, uint8_t Version, function in class:__anon22171::CIE
213 ~CIE() {
217 OS << format("%08x %08x %08x CIE",
248 // Each FDE has a CIE it's "linked to". Our FDE contains is constructed with
249 // an offset to the CIE (provided by parsing the FDE header). The CIE itself
281 CIE *LinkedCIE;
341 // Note: this is specifically DWARFv3 CIE heade
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c274 applies for initial lengths for CIE/FDEs and probably in zillions
1720 > If a CIE does not have an "augmentation string" (typically "zR") then
1723 > is specified by the CIE itself, which works fine with GCC compiled code
2016 /* Read-only fields (set by the CIE) */
3648 /* This gives the CIE an identity to which FDEs will refer. */
3663 CIE; typedef in typeref:struct:__anon28090
3665 static void init_CIE ( CIE* cie )
3678 static CIE the_CIEs[N_CIEs];
3736 of which is either a FDE (usually) or a CIE (occasionally).
3737 Each FDE has a field indicating which CIE i
[all...]

Completed in 116 milliseconds