OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:emitted
(Results
101 - 125
of
914
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h
45
/// represented and
emitted
.
65
/// If the .set directive is supported, this is
emitted
as:
70
/// EK_Inline - Jump table entries are
emitted
inline at their point of
104
/// prevent it from being
emitted
.
FastISel.h
76
///
emitted
for materializing constants for use in the current block.
80
///
emitted
for materializing constants for use in the current block.
162
/// be
emitted
.
169
/// register operand be
emitted
.
178
/// register operands be
emitted
.
188
/// register and immediate operands be
emitted
.
198
/// register and floating-point immediate operands be
emitted
.
208
/// register and immediate operands be
emitted
.
228
/// immediate operand be
emitted
.
236
/// floating-point immediate operand be
emitted
[
all
...]
/external/llvm/test/CodeGen/ARM/
odr_comdat.ll
7
; "Any static member data object is
emitted
in a COMDAT identified by its mangled
/external/llvm/test/CodeGen/X86/
hidden-vis-pic.ll
19
;
emitted
here.
odr_comdat.ll
7
; "Any static member data object is
emitted
in a COMDAT identified by its mangled
/external/llvm/test/MC/COFF/
global_ctors.ll
1
; Test that global ctors are
emitted
into the proper COFF section for the
/external/llvm/lib/Target/ARM/
ARMJITInfo.h
77
/// relocate - Before the JIT can run a block of code that has been
emitted
,
88
/// are
emitted
by the target.
138
/// the corresponding inline jump table is
emitted
. When relocations are
161
/// has not been
emitted
.
169
/// addIndirectSymAddr - Add a mapping from address of an
emitted
symbol to
/external/llvm/utils/TableGen/
X86RecognizableInstr.h
90
/// Indicates whether the instruction should be
emitted
into the decode
91
/// tables; regardless, it will be
emitted
into the instruction info table
99
/// The description of the instruction that is
emitted
into the instruction
186
/// the
emitted
table format, handling any duplicate operands it encounters
215
/// particular, MMX MOV instructions aren't
emitted
, but they're only
219
///
emitted
; false if not. This will return false if filter() returns false
/external/chromium/third_party/libjingle/source/talk/base/
asyncpacketsocket.h
70
//
Emitted
after address for the socket is allocated.
73
//
Emitted
each time a packet is read. Used only for UDP and
/external/clang/include/clang/ARCMigrate/
ARCMT.h
31
/// \param emitPremigrationARCErrors if true all ARC errors will get
emitted
56
/// \param emitPremigrationARCErrors if true all ARC errors will get
emitted
/external/kernel-headers/original/linux/
compiler.h
104
* as well as force them to be
emitted
to the assembly file.
110
* In prior versions of gcc, such functions and data would be
emitted
, but
/external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h
51
/// profilers and debuggers that need to know where functions have been
emitted
.
63
///
emitted
to memory. The function still has its MachineFunction attached,
/external/llvm/include/llvm/Target/
TargetMachine.h
220
/// getDataSections - Return true if data objects should be
emitted
into their
224
/// getFunctionSections - Return true if functions should be
emitted
into
245
/// specified file
emitted
. Typically this will involve several steps of code
258
/// get machine code
emitted
. This uses a JITCodeEmitter object to handle
270
/// machine code
emitted
with the MCJIT. This method returns true if machine
298
/// specified file
emitted
. Typically this will involve several steps of code
308
/// get machine code
emitted
. This uses a JITCodeEmitter object to handle
318
/// machine code
emitted
with the MCJIT. This method returns true if machine
/external/skia/include/pdf/
SkPDFPage.h
36
/** Before a page and its contents can be sized and
emitted
, it must
55
*
emitted
.
/dalvik/dexgen/src/com/android/dexgen/dex/code/
ZeroSizeInsn.java
24
* Pseudo-instruction base class for zero-size (no code
emitted
)
/dalvik/dx/src/com/android/dx/dex/code/
ZeroSizeInsn.java
24
* Pseudo-instruction base class for zero-size (no code
emitted
)
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
antlr.stg
29
New style messages. This file contains the actual layout of the messages
emitted
by ANTLR.
gnu.stg
29
New style messages. This file contains the actual layout of the messages
emitted
by ANTLR.
vs2005.stg
29
New style messages. This file contains the actual layout of the messages
emitted
by ANTLR.
/external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.h
24
// This signal is
emitted
for each child with the requisition set to the size of
/external/chromium/testing/gmock/scripts/generator/
README
19
If no ClassNames are specified, all classes in the file are
emitted
.
/external/clang/lib/ARCMigrate/
ARCMTActions.cpp
47
// We only want to see diagnostics
emitted
by migrateWithTemporaryFiles.
/external/clang/test/CodeGen/
global-init.c
49
// This shouldn't be
emitted
as common because it has an explicit section.
/external/clang/test/SemaCXX/
linkage.cpp
89
// Force the above function to be
emitted
by codegen.
warn-unused-filescoped.cpp
83
static void foo() { } // expected-warning {{not needed and will not be
emitted
}}
Completed in 584 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>