Home
last modified time | relevance | path

Searched refs:IsCoreFile (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h101 bool IsCoreFile() const;
H A DDynamicLoaderPOSIXDYLD.cpp205 if (IsCoreFile()) in UpdateLoadedSections()
294 if (IsCoreFile()) in EntryBreakpointHit()
866 bool DynamicLoaderPOSIXDYLD::IsCoreFile() const {
881 bool DynamicLoaderPOSIXDYLD::IsCoreFile() const { IsCoreFile() function in DynamicLoaderPOSIXDYLD
H A DDYLDRendezvous.h352 bool IsCoreFile() const;
H A DDYLDRendezvous.cpp234 if (IsCoreFile()) in GetAction()
790 bool DYLDRendezvous::IsCoreFile() const { in IsCoreFile() function in DYLDRendezvous
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6127 bool IsCoreFile = Obj.getHeader().e_type == ELF::ET_CORE; in processNotesHelper()
6130 if (!IsCoreFile && !Sections.empty()) { in processNotesHelper()
6139 if (Error E = ProcessNoteFn(Note, IsCoreFile)) in processNotesHelper()
6170 if (Error E = ProcessNoteFn(Note, IsCoreFile)) in printNotes()
6101 bool IsCoreFile = Obj.getHeader().e_type == ELF::ET_CORE; processNotesHelper() local