Searched refs:typeCFI (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lld/include/lld/Core/ |
D | DefinedAtom.h | 118 typeCFI, // a FDE or CIE from dwarf unwind info enumerator 353 return atomContentType == typeCFI; in relocsToDefinedCanBeImplicit()
|
/external/llvm-project/lld/lib/Core/ |
D | DefinedAtom.cpp | 35 case typeCFI: in permissions()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | CompactUnwindPass.cpp | 433 if (ehFrameAtom->contentType() != DefinedAtom::typeCFI) in collectDwarfFrameEntries() 509 if (cfiTarget->contentType() == DefinedAtom::typeCFI) in pruneUnusedEHFrames() 516 if ((atom->contentType() == DefinedAtom::typeCFI) && in pruneUnusedEHFrames()
|
D | ArchHandler.cpp | 143 assert(atom->contentType() == DefinedAtom::typeCFI); in isDwarfCIE()
|
D | MachONormalizedFileToAtoms.cpp | 69 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()
|
D | ArchHandler_arm64.cpp | 458 if (inAtom->contentType() == DefinedAtom::typeCFI) in getReferenceInfo() 514 if (inAtom->contentType() == DefinedAtom::typeCFI) in getPairReferenceInfo()
|
D | ArchHandler_x86_64.cpp | 497 if (inAtom->contentType() == DefinedAtom::typeCFI) in getPairReferenceInfo()
|
D | MachONormalizedFileFromAtoms.cpp | 278 ENTRY("__TEXT", "__eh_frame", S_COALESCED, typeCFI), 814 if (atom->contentType() == DefinedAtom::typeCFI || in synthesizeDebugNotes()
|
/external/llvm-project/lld/lib/ReaderWriter/YAML/ |
D | ReaderWriterYAML.cpp | 393 io.enumCase(value, "unwind-cfi", DefinedAtom::typeCFI); in enumeration()
|