OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PatchableFunctionPrefix
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
770
unsigned
PatchableFunctionPrefix
= 0;
774
.getAsInteger(10,
PatchableFunctionPrefix
);
778
if (
PatchableFunctionPrefix
) {
782
emitNops(
PatchableFunctionPrefix
);
3539
unsigned
PatchableFunctionPrefix
= 0, PatchableFunctionEntry = 0;
3542
.getAsInteger(10,
PatchableFunctionPrefix
);
3546
if (!
PatchableFunctionPrefix
&& !PatchableFunctionEntry)
AsmPrinter.cpp
770
unsigned
PatchableFunctionPrefix
= 0;
774
.getAsInteger(10,
PatchableFunctionPrefix
);
778
if (
PatchableFunctionPrefix
) {
782
emitNops(
PatchableFunctionPrefix
);
3539
unsigned
PatchableFunctionPrefix
= 0, PatchableFunctionEntry = 0;
3542
.getAsInteger(10,
PatchableFunctionPrefix
);
3546
if (!
PatchableFunctionPrefix
&& !PatchableFunctionEntry)
Completed in 38 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026