Home
last modified time | relevance | path

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

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