Home
last modified time | relevance | path

Searched refs:hasCode16Bit (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h31 virtual bool hasCode16Bit() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h32 bool hasCode16Bit() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp70 bool DIASectionContrib::hasCode16Bit() const { in hasCode16Bit() function in DIASectionContrib