Home
last modified time | relevance | path

Searched defs:CIE (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameReader.h43 enum TokenKind { CIE, FDE, Terminator, Unknown, NumOfTokenKinds }; enumerator
H A DEhFrame.h45 class CIE; variable
/aosp12/art/tools/create_minidebuginfo/
H A Dcreate_minidebuginfo.cc47 using CIE = typename ElfDebugReader<ElfTypes>::CIE; in WriteMinidebugInfo() typedef
/aosp12/art/libelffile/elf/
H A Delf_debug_reader.h54 struct CIE : public CFI { struct
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp43 EhFrame::CIE::CIE(llvm::StringRef pRegion) in CIE() function in mcld::EhFrame::CIE