Home
last modified time | relevance | path

Searched refs:DIASectionContrib (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp18 DIASectionContrib::DIASectionContrib(const DIASession &PDBSession, in DIASectionContrib() function in DIASectionContrib
59 uint32_t DIASectionContrib::getLength() const { in getLength()
63 bool DIASectionContrib::isNotPaged() const { in isNotPaged()
67 bool DIASectionContrib::hasCode() const { in hasCode()
71 bool DIASectionContrib::hasCode16Bit() const { in hasCode16Bit()
84 bool DIASectionContrib::isRemoved() const { in isRemoved()
88 bool DIASectionContrib::hasComdat() const { in hasComdat()
96 bool DIASectionContrib::isNotCached() const { in isNotCached()
100 bool DIASectionContrib::isShared() const { in isShared()
108 bool DIASectionContrib::isReadable() const { in isReadable()
[all …]
H A DDIAEnumSectionContribs.cpp34 new DIASectionContrib(Session, Item)); in getChildAtIndex()
44 new DIASectionContrib(Session, Item)); in getNext()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h20 class DIASectionContrib : public IPDBSectionContrib {
22 explicit DIASectionContrib(const DIASession &PDBSession,
/freebsd-12.1/contrib/llvm/include/llvm/
H A Dmodule.modulemap119 exclude header "DebugInfo/PDB/DIA/DIASectionContrib.h"