Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp17 DIASectionContrib::DIASectionContrib(const DIASession &PDBSession, in DIASectionContrib() function in DIASectionContrib
21 std::unique_ptr<PDBSymbolCompiland> DIASectionContrib::getCompiland() const { in getCompiland()
41 uint32_t DIASectionContrib::getAddressSection() const { in getAddressSection()
45 uint32_t DIASectionContrib::getAddressOffset() const { in getAddressOffset()
49 uint64_t DIASectionContrib::getVirtualAddress() const { in getVirtualAddress()
53 uint32_t DIASectionContrib::getRelativeVirtualAddress() const { in getRelativeVirtualAddress()
58 uint32_t DIASectionContrib::getLength() const { in getLength()
62 bool DIASectionContrib::isNotPaged() const { in isNotPaged()
66 bool DIASectionContrib::hasCode() const { in hasCode()
70 bool DIASectionContrib::hasCode16Bit() const { in hasCode16Bit()
[all …]
H A DDIAEnumSectionContribs.cpp33 new DIASectionContrib(Session, Item)); in getChildAtIndex()
43 new DIASectionContrib(Session, Item)); in getNext()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h19 class DIASectionContrib : public IPDBSectionContrib {
21 explicit DIASectionContrib(const DIASession &PDBSession,
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap151 exclude header "llvm/DebugInfo/PDB/DIA/DIASectionContrib.h"