Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp673 uint32_t Address, StringRef FDEBytes) { in emitFDE() argument
676 MS->EmitIntValue(FDEBytes.size() + 4 + AddrSize, 4); in emitFDE()
679 MS->EmitBytes(FDEBytes); in emitFDE()
680 FrameSectionSize += FDEBytes.size() + 8 + AddrSize; in emitFDE()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1090 uint32_t Address, StringRef FDEBytes) { in emitFDE() argument
1093 MS->EmitIntValue(FDEBytes.size() + 4 + AddrSize, 4); in emitFDE()
1096 MS->EmitBytes(FDEBytes); in emitFDE()
1097 FrameSectionSize += FDEBytes.size() + 8 + AddrSize; in emitFDE()