Searched refs:EmitCFIInstructions (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCDwarf.cpp | 527 void EmitCFIInstructions(MCStreamer &streamer, 664 void FrameEmitterImpl::EmitCFIInstructions(MCStreamer &streamer, in EmitCFIInstructions() function in FrameEmitterImpl 879 EmitCFIInstructions(streamer, Instructions, NULL); in EmitCIE() 960 EmitCFIInstructions(streamer, frame.Instructions, frame.Begin); in EmitFDE()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 1024 void EmitCFIInstructions(ArrayRef<MCCFIInstruction> Instrs, 1160 void FrameEmitterImpl::EmitCFIInstructions(ArrayRef<MCCFIInstruction> Instrs, in EmitCFIInstructions() function in FrameEmitterImpl 1364 EmitCFIInstructions(Instructions, nullptr); in EmitCIE() 1433 EmitCFIInstructions(frame.Instructions, frame.Begin); in EmitFDE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 1306 void EmitCFIInstructions(ArrayRef<MCCFIInstruction> Instrs, 1440 void FrameEmitterImpl::EmitCFIInstructions(ArrayRef<MCCFIInstruction> Instrs, in EmitCFIInstructions() function in FrameEmitterImpl 1642 EmitCFIInstructions(Instructions, nullptr); in EmitCIE() 1711 EmitCFIInstructions(frame.Instructions, frame.Begin); in EmitFDE()
|