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.cpp1845 InstrProfSectKind DataSectionKind; in createDataVariable() local
1849 DataSectionKind = IPSK_covdata; in createDataVariable()
1856 DataSectionKind = IPSK_data; in createDataVariable()
1874 getInstrProfSectionName(DataSectionKind, TT.getObjectFormat())); in createDataVariable()