Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h713 std::error_code readCSNameTableSec();
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp750 if (std::error_code EC = readCSNameTableSec()) in readOneSection()
1121 std::error_code SampleProfileReaderExtBinaryBase::readCSNameTableSec() { in readCSNameTableSec() function in SampleProfileReaderExtBinaryBase