Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h159 virtual void emitCIE(StringRef CIEBytes) = 0;
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFStreamer.h130 void emitCIE(StringRef CIEBytes) override;
DDWARFLinker.h164 virtual void emitCIE(StringRef CIEBytes) = 0;
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp753 void DwarfStreamer::emitCIE(StringRef CIEBytes) { in emitCIE() function in llvm::DwarfStreamer
DDWARFLinker.cpp1926 TheDwarfEmitter->emitCIE(CIEData); in patchFrameInfoForObject()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp566 void emitCIE(StringRef CIEBytes);
1079 void DwarfStreamer::emitCIE(StringRef CIEBytes) { in emitCIE() function in llvm::dsymutil::__anondabe43b60111::DwarfStreamer
3184 Streamer->emitCIE(CIEData); in patchFrameInfoForObject()