Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h51 StringRef FrameFunc; member
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1256 StringRef FrameFunc = unwrapOrError( in printCodeViewSymbolSection() local
1257 Obj->getFileName(), CVStringTable.getString(FD.FrameFunc)); in printCodeViewSymbolSection()
1276 while (!FrameFunc.empty()) { in printCodeViewSymbolSection()
1277 size_t EqOrEnd = FrameFunc.find('='); in printCodeViewSymbolSection()
1279 EqOrEnd = FrameFunc.size(); in printCodeViewSymbolSection()
1282 StringRef Stmt = FrameFunc.substr(0, EqOrEnd); in printCodeViewSymbolSection()
1284 FrameFunc = FrameFunc.drop_front(EqOrEnd).trim(); in printCodeViewSymbolSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h583 support::ulittle32_t FrameFunc; member
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp969 fd.FrameFunc = in finish()
970 translateStringTableIndex(fd.FrameFunc, cvStrTab, linker.pdbStrTab); in finish()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp711 out_program = cantFail(strings->getStringForID(frame_data_it->FrameFunc)); in GetFrameDataProgram()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1029 auto Program = Err(StringTable.getStringForID(FD.FrameFunc)); in dumpNewFpo()