OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:emitting
(Results
76 - 100
of
513
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp
175
// Start the sandboxing sequence by
emitting
call.
186
// Finish the sandboxing sequence by
emitting
branch delay.
/external/llvm/include/llvm/CodeGen/
AsmPrinter.h
174
/// Return the current section we are
emitting
to.
262
/// candidates among all the module global variables, avoid
emitting
them
421
/// or by
emitting
it as an offset from a label at the start of the section.
475
/// Let the target do anything it needs to do before
emitting
inlineasm.
479
/// Let the target do anything it needs to do after
emitting
inlineasm.
MachineConstantPool.h
133
/// the use of MO_ConstantPoolIndex values. When
emitting
assembly or machine
MachineJumpTableInfo.h
14
// MO_JumpTableIndex values. When
emitting
assembly or machine code, these
/art/compiler/utils/
assembler.h
185
// Basic support for
emitting
, loading, and storing.
268
// size before we start
emitting
to the buffer. This allows us to
311
// capacity needed for
emitting
, we add a dummy method in non-debug mode.
/external/llvm/lib/ProfileData/
CoverageMapping.cpp
417
DEBUG(dbgs() << "
Emitting
segments for file: " << Filename << "\n");
459
DEBUG(dbgs() << "
Emitting
segments for function: " << Function.Name << "\n");
478
DEBUG(dbgs() << "
Emitting
segments for expansion of file " << Expansion.FileID
/external/clang/lib/CodeGen/
CodeGenPGO.h
178
/// Activate the counter by
emitting
an increment and starting to track
205
/// Adjust for non-local control flow after
emitting
a subexpression or
/external/google-breakpad/src/testing/gtest/include/gtest/
gtest-death-test.h
166
// integer exit status that satisfies predicate, and
emitting
error output
178
// signal, and
emitting
error output that matches regex.
/external/gtest/include/gtest/
gtest-death-test.h
166
// integer exit status that satisfies predicate, and
emitting
error output
178
// signal, and
emitting
error output that matches regex.
/external/llvm/docs/
Extensions.rst
227
The Windows ARM Itanium ABI extends the base ABI by adding support for
emitting
228
a dynamic stack allocation. When
emitting
a variable stack allocation, a call
/external/llvm/test/Linker/
subprogram-linkonce-weak-odr.ll
110
; Note: If we stop
emitting
foo here, the comment below for DWWL (and the
147
; (alternatively, it wouldn't show up in the DWLW case). If we start
emitting
/external/llvm/utils/unittest/googletest/include/gtest/
gtest-death-test.h
155
// integer exit status that satisfies predicate, and
emitting
error output
167
// signal, and
emitting
error output that matches regex.
/external/mesa3d/src/gtest/include/gtest/
gtest-death-test.h
155
// integer exit status that satisfies predicate, and
emitting
error output
167
// signal, and
emitting
error output that matches regex.
/external/protobuf/gtest/include/gtest/
gtest-death-test.h
155
// integer exit status that satisfies predicate, and
emitting
error output
167
// signal, and
emitting
error output that matches regex.
/ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-death-test.h
166
// integer exit status that satisfies predicate, and
emitting
error output
178
// signal, and
emitting
error output that matches regex.
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoEncoder.java
328
* also stop
emitting
local ends for those cases.
567
* appropriate for
emitting
as an annotation.
863
System.err.printf("
Emitting
advance_line for %d\n", deltaLines);
887
System.err.printf("
Emitting
advance_pc for %d\n", deltaAddress);
/dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java
336
* also stop
emitting
local ends for those cases.
575
* appropriate for
emitting
as an annotation.
871
System.err.printf("
Emitting
advance_line for %d\n", deltaLines);
895
System.err.printf("
Emitting
advance_pc for %d\n", deltaAddress);
/external/bison/build-aux/snippet/
warn-on-use.h
1
/* A C macro for
emitting
warnings if a function is used.
/external/clang/include/clang/Frontend/
TextDiagnostic.h
26
/// This class provides an interface for building and
emitting
a textual
/external/clang/lib/ARCMigrate/
TransProtectedScope.cpp
11
// variable, thus
emitting
the "switch case is in protected scope" error.
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoEncoder.java
328
* also stop
emitting
local ends for those cases.
567
* appropriate for
emitting
as an annotation.
863
System.err.printf("
Emitting
advance_line for %d\n", deltaLines);
887
System.err.printf("
Emitting
advance_pc for %d\n", deltaAddress);
/external/jpeg/
jdatadst.c
9
*
emitting
JPEG data to a file (or any stdio stream). While these routines
/external/llvm/include/llvm/MC/
MCTargetAsmParser.h
167
/// On failure, the target parser is responsible for
emitting
a diagnostic
/external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h
164
///
emitting
the address in debug info.
/external/llvm/include/llvm-c/
TargetMachine.h
87
/** Returns if the target as an ASM backend (required for
emitting
output) */
Completed in 580 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>