Home
last modified time | relevance | path

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

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