Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp18 DIASectionContrib::DIASectionContrib(const DIASession &PDBSession, in DIASectionContrib() function in DIASectionContrib
22 std::unique_ptr<PDBSymbolCompiland> DIASectionContrib::getCompiland() const { in getCompiland()
42 uint32_t DIASectionContrib::getAddressSection() const { in getAddressSection()
46 uint32_t DIASectionContrib::getAddressOffset() const { in getAddressOffset()
50 uint64_t DIASectionContrib::getVirtualAddress() const { in getVirtualAddress()
54 uint32_t DIASectionContrib::getRelativeVirtualAddress() const { in getRelativeVirtualAddress()
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()
[all …]
DDIAEnumSectionContribs.cpp34 new DIASectionContrib(Session, Item)); in getChildAtIndex()
44 new DIASectionContrib(Session, Item)); in getNext()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h20 class DIASectionContrib : public IPDBSectionContrib {
22 explicit DIASectionContrib(const DIASession &PDBSession,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt27 DIA/DIASectionContrib.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/
Dmodule.modulemap99 exclude header "DebugInfo/PDB/DIA/DIASectionContrib.h"