Home
last modified time | relevance | path

Searched refs:FrameFunc (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp283 SmallString<128> FrameFunc; member
319 FrameFunc.clear(); in emitFrameDataRecord()
320 raw_svector_ostream FuncOS(FrameFunc); in emitFrameDataRecord()
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h51 StringRef FrameFunc; member
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp310 IO.mapRequired("FrameFunc", Obj.FrameFunc); in mapping()
524 F.FrameFunc = SC.strings()->insert(YF.FrameFunc); in toCodeViewSubsection()
723 auto ES = Strings.getString(F.FrameFunc); in fromCodeViewSubsection()
730 YF.FrameFunc = *ES; in fromCodeViewSubsection()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1169 StringRef FrameFunc = unwrapOrError( in printCodeViewSymbolSection() local
1170 Obj->getFileName(), CVStringTable.getString(FD.FrameFunc)); in printCodeViewSymbolSection()
1189 while (!FrameFunc.empty()) { in printCodeViewSymbolSection()
1190 size_t EqOrEnd = FrameFunc.find('='); in printCodeViewSymbolSection()
1192 EqOrEnd = FrameFunc.size(); in printCodeViewSymbolSection()
1195 StringRef Stmt = FrameFunc.substr(0, EqOrEnd); in printCodeViewSymbolSection()
1197 FrameFunc = FrameFunc.drop_front(EqOrEnd).trim(); in printCodeViewSymbolSection()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h580 support::ulittle32_t FrameFunc; member
/openbsd/gnu/llvm/lld/COFF/
H A DPDB.cpp971 fd.FrameFunc = in finish()
972 translateStringTableIndex(fd.FrameFunc, cvStrTab, linker.pdbStrTab); in finish()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp707 out_program = cantFail(strings.getStringForID(frame_data_it->FrameFunc)); in GetFrameDataProgram()
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1028 auto Program = Err(StringTable.getStringForID(FD.FrameFunc)); in dumpNewFpo()