Home
last modified time | relevance | path

Searched refs:typeCFI (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lld/include/lld/Core/
DDefinedAtom.h118 typeCFI, // a FDE or CIE from dwarf unwind info enumerator
353 return atomContentType == typeCFI; in relocsToDefinedCanBeImplicit()
/external/llvm-project/lld/lib/Core/
DDefinedAtom.cpp35 case typeCFI: in permissions()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DCompactUnwindPass.cpp433 if (ehFrameAtom->contentType() != DefinedAtom::typeCFI) in collectDwarfFrameEntries()
509 if (cfiTarget->contentType() == DefinedAtom::typeCFI) in pruneUnusedEHFrames()
516 if ((atom->contentType() == DefinedAtom::typeCFI) && in pruneUnusedEHFrames()
DArchHandler.cpp143 assert(atom->contentType() == DefinedAtom::typeCFI); in isDwarfCIE()
DMachONormalizedFileToAtoms.cpp69 ENTRY("__TEXT", "__eh_frame", S_COALESCED, typeCFI),
70 ENTRY("__TEXT", "__eh_frame", S_REGULAR, typeCFI),
170 ENTRY(typeCFI, 4, scopeTranslationUnit, mergeNo, in sectionParseInfo()
1270 assert(cie && cie->contentType() == DefinedAtom::typeCFI && in processFDE()
1342 assert(atom->contentType() == DefinedAtom::typeCFI); in addEHFrameReferences()
1613 if (atomType == DefinedAtom::typeCFI) in relocatableSectionInfoForContentType()
DArchHandler_arm64.cpp458 if (inAtom->contentType() == DefinedAtom::typeCFI) in getReferenceInfo()
514 if (inAtom->contentType() == DefinedAtom::typeCFI) in getPairReferenceInfo()
DArchHandler_x86_64.cpp497 if (inAtom->contentType() == DefinedAtom::typeCFI) in getPairReferenceInfo()
DMachONormalizedFileFromAtoms.cpp278 ENTRY("__TEXT", "__eh_frame", S_COALESCED, typeCFI),
814 if (atom->contentType() == DefinedAtom::typeCFI || in synthesizeDebugNotes()
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp393 io.enumCase(value, "unwind-cfi", DefinedAtom::typeCFI); in enumeration()