Home
last modified time | relevance | path

Searched refs:hasStableFunctionMap (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenDataReader.h42 virtual bool hasStableFunctionMap() const = 0;
132 bool hasStableFunctionMap() const override { in hasStableFunctionMap() function
173 bool hasStableFunctionMap() const override { in hasStableFunctionMap() function
H A DCodeGenData.h140 bool hasStableFunctionMap() { in hasStableFunctionMap() function
176 inline bool hasStableFunctionMap() { in hasStableFunctionMap() function
177 return CodeGenData::getInstance().hasStableFunctionMap(); in hasStableFunctionMap()
H A DCodeGenDataWriter.h94 bool hasStableFunctionMap() const { in hasStableFunctionMap() function
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenDataWriter.cpp132 if (hasStableFunctionMap()) in writeImpl()
149 if (hasStableFunctionMap()) in writeHeaderText()
165 if (hasStableFunctionMap()) in writeText()
H A DCodeGenDataReader.cpp112 if (hasStableFunctionMap()) { in read()
203 if (hasStableFunctionMap()) in read()
H A DCodeGenData.cpp165 if (Reader->hasStableFunctionMap()) in getInstance()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp518 else if (cgdata::hasStableFunctionMap()) in initializeMergerMode()