Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h31 virtual bool hasCode16Bit() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h32 bool hasCode16Bit() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp70 bool DIASectionContrib::hasCode16Bit() const { in hasCode16Bit() function in DIASectionContrib