Home
last modified time | relevance | path

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

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