Home
last modified time | relevance | path

Searched defs:SectionKind (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h317 getSectionDescriptor(DebugSectionKind SectionKind) const { in getSectionDescriptor() argument
332 SectionDescriptor &getSectionDescriptor(DebugSectionKind SectionKind) { in getSectionDescriptor() argument
349 tryGetSectionDescriptor(DebugSectionKind SectionKind) tryGetSectionDescriptor() argument
361 tryGetSectionDescriptor(DebugSectionKind SectionKind) tryGetSectionDescriptor() argument
373 getOrCreateSectionDescriptor(DebugSectionKind SectionKind) getOrCreateSectionDescriptor() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp44 DWARFSectionKind SectionKind) { in addUnitsForSection() argument
55 DWARFSectionKind SectionKind, in addUnitsForDWOSection() argument
70 bool Lazy, DWARFSectionKind SectionKind) { in addUnitsImpl() argument
78 __anon9d89529b0102(uint64_t Offset, DWARFSectionKind SectionKind, const DWARFSection *CurSection, const DWARFUnitIndex::Entry *IndexEntry) addUnitsImpl() argument
253 extract(DWARFContext & Context,const DWARFDataExtractor & debug_info,uint64_t * offset_ptr,DWARFSectionKind SectionKind) extract() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h66 getSectionName(DebugSectionKind SectionKind) { in getSectionName() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h40 class SectionKind; variable
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DChunks.h57 enum Kind : uint8_t { SectionKind, OtherKind, ImportThunkKind }; global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp915 enum SectionKind global() enum in __anonf88679620111::CGObjCGNUstep2