OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FrameFunc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h
51
StringRef
FrameFunc
;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86WinCOFFTargetStreamer.cpp
282
SmallString<128>
FrameFunc
;
317
// Compute the new
FrameFunc
string.
318
FrameFunc
.clear();
319
raw_svector_ostream FuncOS(
FrameFunc
);
368
// ulittle32_t
FrameFunc
; // String table offset
378
OS.emitInt32(FrameFuncStrTabOff); //
FrameFunc
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp
310
IO.mapRequired("
FrameFunc
", Obj.
FrameFunc
);
524
F.
FrameFunc
= SC.strings()->insert(YF.
FrameFunc
);
723
auto ES = Strings.getString(F.
FrameFunc
);
730
YF.
FrameFunc
= *ES;
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp
1111
StringRef
FrameFunc
= unwrapOrError(
1112
Obj->getFileName(), CVStringTable.getString(FD.
FrameFunc
));
1124
// The
FrameFunc
string is a small RPN program. It can be broken up into
1130
ListScope FFS(W, "
FrameFunc
");
1131
while (!
FrameFunc
.empty()) {
1132
size_t EqOrEnd =
FrameFunc
.find('=');
1134
EqOrEnd =
FrameFunc
.size();
1137
StringRef Stmt =
FrameFunc
.substr(0, EqOrEnd);
1139
FrameFunc
=
FrameFunc
.drop_front(EqOrEnd).trim()
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h
575
support::ulittle32_t
FrameFunc
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp
1132
auto Program = Err(StringTable.getStringForID(FD.
FrameFunc
));
Completed in 26 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026