Home
last modified time | relevance | path

Searched defs:IsCoreFile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp676 bool DYLDRendezvous::IsCoreFile() const { IsCoreFile() function in DYLDRendezvous
H A DDynamicLoaderPOSIXDYLD.cpp881 bool DynamicLoaderPOSIXDYLD::IsCoreFile() const { in IsCoreFile() function in DynamicLoaderPOSIXDYLD
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6101 bool IsCoreFile = Obj.getHeader().e_type == ELF::ET_CORE; in processNotesHelper() local