Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1843 InstrProfSectKind DataSectionKind; in createDataVariable() local
1847 DataSectionKind = IPSK_covdata; in createDataVariable()
1854 DataSectionKind = IPSK_data; in createDataVariable()
1872 getInstrProfSectionName(DataSectionKind, TT.getObjectFormat())); in createDataVariable()