/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | DwarfCFIEHPrinter.h | 199 if (const dwarf::CIE *CIE = dyn_cast<dwarf::CIE>(&Entry)) { in printEHFrame() local 201 Address + CIE->getOffset(), CIE->getLength()); in printEHFrame() 204 W.printNumber("version", CIE->getVersion()); in printEHFrame() 205 W.printString("augmentation", CIE->getAugmentationString()); in printEHFrame() 206 W.printNumber("code_alignment_factor", CIE->getCodeAlignmentFactor()); in printEHFrame() 207 W.printNumber("data_alignment_factor", CIE->getDataAlignmentFactor()); in printEHFrame() 208 W.printNumber("return_address_register", CIE->getReturnAddressRegister()); in printEHFrame()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | DWARFCallFrameInfo.h | 87 struct CIE { struct 107 CIE(dw_offset_t offset) in CIE() argument 115 typedef std::shared_ptr<CIE> CIESP; 134 const CIE *GetCIE(dw_offset_t cie_offset);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 313 class CIE; variable 362 static Expected<UnwindTable> create(const CIE *Cie); 567 class CIE : public FrameEntry { 571 CIE(bool IsDWARF64, uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function 632 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE() 642 const CIE *getLinkedCIE() const { return LinkedCIE; } in getLinkedCIE() 660 const CIE *LinkedCIE;
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | AnyCall.h | 91 AnyCall(const CXXInheritedCtorInitExpr *CIE) in AnyCall() argument 92 : E(CIE), D(CIE->getConstructor()), K(InheritedConstructor) {} in AnyCall()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | cups | 34 >404 lelong 15 ColorSpace=CIE XYZ 35 >404 lelong 16 ColorSpace=CIE Lab
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 205 const CIE *Cie = Fde->getLinkedCIE(); in create() 234 Expected<UnwindTable> UnwindTable::create(const CIE *Cie) { in create() 953 void CIE::dump(raw_ostream &OS, DIDumpOptions DumpOpts) const { in dump() 1047 DenseMap<uint64_t, CIE *> CIEs; in parse() 1061 auto Cie = std::make_unique<CIE>( in parse() 1168 auto Cie = std::make_unique<CIE>( in parse() 1182 CIE *Cie = CIEs[IsEH ? (StartStructureOffset - CIEPointer) : CIEPointer]; in parse()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 586 const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(E); in handleConstructor() local 587 assert(CE || CIE); in handleConstructor() 616 CE ? CE->getConstructionKind() : CIE->getConstructionKind(); in handleConstructor() 620 assert(CE && !CIE && "A complete constructor is inherited?!"); in handleConstructor() 736 CIE ? (CallEventRef<>)CEMgr.getCXXInheritedConstructorCall( in handleConstructor() 737 CIE, TargetRegion, State, LCtx, getCFGElementRef()) in handleConstructor()
|
H A D | CallEvent.cpp | 1450 else if (const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(CallSite)) in getCaller() local 1451 return getCXXInheritedConstructorCall(CIE, ThisVal.getAsRegion(), State, in getCaller()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | DWARFCallFrameInfo.cpp | 233 const DWARFCallFrameInfo::CIE * 249 CIESP cie_sp(new CIE(cie_offset)); in ParseCIE() 497 const CIE *cie = GetCIE(cie_offset); in GetFDEIndex() 568 const CIE *cie = GetCIE(cie_offset); in FDEToUnwindPlan()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 483 CoroIdElider CIE(CII, FEI, AA, DT, ORE); in run() local 484 Changed |= CIE.attemptElide(); in run()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 1217 struct CIE { struct 1238 static CIE parseCIE(const InputSection *isec, const EhReader &reader, in parseCIE() argument 1246 CIE cie; in parseCIE() 1391 DenseMap<const InputSection *, CIE> cieMap; in registerEhFrames() 1448 const CIE &cie = cieMap[cieIsec]; in registerEhFrames()
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 15637 # CIE Terminals CIT-101e from Geoff Kuenning <callan!geoff> via BRL 15658 # The CIT 101-e was made in Japan in 1983-4 and imported by CIE 15704 # CIE Terminals CIT-500 from BRL 15715 cit500|CIE Terminals CIT-500,
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | UnicodeData.txt | 10087 A2B4;YI SYLLABLE CIE;Lo;0;L;;;;;N;;;;;
|