Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp114 class BinaryEmitter { class
116 BinaryEmitter(const BinaryEmitter &) = delete;
117 BinaryEmitter &operator=(const BinaryEmitter &) = delete;
123 BinaryEmitter(MCStreamer &Streamer, BinaryContext &BC) in BinaryEmitter() function in __anon00ef77ed0111::BinaryEmitter
186 void BinaryEmitter::emitAll(StringRef OrgSecPrefix) { in emitAll()
217 void BinaryEmitter::emitFunctions() { in emitFunctions()
694 void BinaryEmitter::emitLineInfoEnd(const BinaryFunction &BF, in emitLineInfoEnd()
1028 void BinaryEmitter::emitDebugLineInfoForOriginalFunctions() { in emitDebugLineInfoForOriginalFunctions()
1076 void BinaryEmitter::emitDebugLineInfoForUnprocessedCUs() { in emitDebugLineInfoForUnprocessedCUs()
1135 BinaryEmitter(Streamer, BC).emitAll(OrgSecPrefix); in emitBinaryContext()
[all …]
H A DCMakeLists.txt14 BinaryEmitter.cpp
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt2 bolt/include/bolt/Core/BinaryEmitter.h