Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp1101 StringRef DebugLineContents = CU->getLineSection().Data; in emitDebugLineInfoForUnprocessedCUs() local
1109 It == StmtListOffsets.end() ? DebugLineContents.size() : *It; in emitDebugLineInfoForUnprocessedCUs()
1112 .addRawContents(DebugLineContents.slice(Begin, End)); in emitDebugLineInfoForUnprocessedCUs()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h1171 void addRawContents(StringRef DebugLineContents) { in addRawContents() argument
1172 RawData = DebugLineContents; in addRawContents()