Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1504 InstrProfSectKind DataSectionKind; in createDataVariable() local
1508 DataSectionKind = IPSK_covdata; in createDataVariable()
1515 DataSectionKind = IPSK_data; in createDataVariable()
1533 getInstrProfSectionName(DataSectionKind, TT.getObjectFormat())); in createDataVariable()