Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h95 bool IsCoreFile() const;
H A DDYLDRendezvous.h270 bool IsCoreFile() const;
H A DDynamicLoaderPOSIXDYLD.cpp219 if (IsCoreFile()) in ProbeEntry()
308 if (IsCoreFile()) in SetRendezvousBreakpoint()
844 bool DynamicLoaderPOSIXDYLD::IsCoreFile() const { in IsCoreFile() function in DynamicLoaderPOSIXDYLD
H A DDYLDRendezvous.cpp198 if (IsCoreFile()) in GetAction()
677 bool DYLDRendezvous::IsCoreFile() const { in IsCoreFile() function in DYLDRendezvous
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5694 bool IsCoreFile = Obj.getHeader().e_type == ELF::ET_CORE; in printNotesHelper() local
5697 if (!IsCoreFile && !Sections.empty()) { in printNotesHelper()
5706 if (Error E = ProcessNoteFn(Note, IsCoreFile)) in printNotesHelper()
5737 if (Error E = ProcessNoteFn(Note, IsCoreFile)) in printNotesHelper()