Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h52 StringRef FrameFunc; member
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp311 IO.mapRequired("FrameFunc", Obj.FrameFunc); in mapping()
525 F.FrameFunc = SC.strings()->insert(YF.FrameFunc); in toCodeViewSubsection()
724 auto ES = Strings.getString(F.FrameFunc); in fromCodeViewSubsection()
731 YF.FrameFunc = *ES; in fromCodeViewSubsection()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1060 StringRef FrameFunc = error(CVStringTable.getString(FD.FrameFunc)); in printCodeViewSymbolSection() local
1079 while (!FrameFunc.empty()) { in printCodeViewSymbolSection()
1080 size_t EqOrEnd = FrameFunc.find('='); in printCodeViewSymbolSection()
1082 EqOrEnd = FrameFunc.size(); in printCodeViewSymbolSection()
1085 StringRef Stmt = FrameFunc.substr(0, EqOrEnd); in printCodeViewSymbolSection()
1087 FrameFunc = FrameFunc.drop_front(EqOrEnd).trim(); in printCodeViewSymbolSection()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h558 support::ulittle32_t FrameFunc; member
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1248 FD.FrameFunc = in finish()
1249 translateStringTableIndex(FD.FrameFunc, CVStrTab, Linker.PDBStrTab); in finish()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1068 auto Program = Err(StringTable.getStringForID(FD.FrameFunc)); in dumpNewFpo()