Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp282 SmallString<128> FrameFunc; member
318 FrameFunc.clear(); in emitFrameDataRecord()
319 raw_svector_ostream FuncOS(FrameFunc); in emitFrameDataRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h51 StringRef FrameFunc; member
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1111 StringRef FrameFunc = unwrapOrError( in printCodeViewSymbolSection() local
1112 Obj->getFileName(), CVStringTable.getString(FD.FrameFunc)); in printCodeViewSymbolSection()
1131 while (!FrameFunc.empty()) { in printCodeViewSymbolSection()
1132 size_t EqOrEnd = FrameFunc.find('='); in printCodeViewSymbolSection()
1134 EqOrEnd = FrameFunc.size(); in printCodeViewSymbolSection()
1137 StringRef Stmt = FrameFunc.substr(0, EqOrEnd); in printCodeViewSymbolSection()
1139 FrameFunc = FrameFunc.drop_front(EqOrEnd).trim(); in printCodeViewSymbolSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h575 support::ulittle32_t FrameFunc; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1132 auto Program = Err(StringTable.getStringForID(FD.FrameFunc)); in dumpNewFpo()