Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h33 virtual bool hasInitializedData() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h34 bool hasInitializedData() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp75 bool DIASectionContrib::hasInitializedData() const { in hasInitializedData() function in DIASectionContrib