OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Placeholder
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp
219
uint32_t *
Placeholder
= reinterpret_cast<uint32_t*>(LocalAddress);
220
int64_t RealOffset = *
Placeholder
+ Value + Addend - FinalAddress;
223
*
Placeholder
= TruncOffset;
237
uint32_t
Placeholder
= *Target;
238
*Target =
Placeholder
+ Value + Addend;
242
uint32_t *
Placeholder
= reinterpret_cast<uint32_t*>(LocalAddress);
243
uint32_t RealOffset = *
Placeholder
+ Value + Addend - FinalAddress;
244
*
Placeholder
= RealOffset;
/external/chromium/googleurl/src/
url_canon.h
654
sources_.username =
Placeholder
();
665
sources_.password =
Placeholder
();
676
sources_.host =
Placeholder
();
687
sources_.port =
Placeholder
();
698
sources_.path =
Placeholder
();
709
sources_.query =
Placeholder
();
720
sources_.ref =
Placeholder
();
731
// Returns a pointer to a static empty string that is used as a
placeholder
733
const CHAR*
Placeholder
() {
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
198
/// as a
placeholder
for the actual definition for forward constants defs.
271
// Create and return a
placeholder
, which will later be RAUW'd.
289
// Create and return a
placeholder
, which will later be RAUW'd.
301
/// a
placeholder
.
311
Constant *
Placeholder
= ResolveConstants.back().first;
314
// Loop over all users of the
placeholder
, updating them to reference the
315
// new value. If they reference more than one
placeholder
, update them all
317
while (!
Placeholder
->use_empty()) {
318
Value::use_iterator UI =
Placeholder
->use_begin();
328
// Otherwise, we have a constant that uses the
placeholder
. Replace tha
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
213
/// as a
placeholder
for the actual definition for forward constants defs.
286
// Create and return a
placeholder
, which will later be RAUW'd.
304
// Create and return a
placeholder
, which will later be RAUW'd.
316
/// a
placeholder
.
326
Constant *
Placeholder
= ResolveConstants.back().first;
329
// Loop over all users of the
placeholder
, updating them to reference the
330
// new value. If they reference more than one
placeholder
, update them all
332
while (!
Placeholder
->use_empty()) {
333
Value::use_iterator UI =
Placeholder
->use_begin();
343
// Otherwise, we have a constant that uses the
placeholder
. Replace tha
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
492
/// as a
placeholder
for the actual definition for forward constants defs.
565
// Create and return a
placeholder
, which will later be RAUW'd.
583
// Create and return a
placeholder
, which will later be RAUW'd.
595
/// a
placeholder
.
605
Constant *
Placeholder
= ResolveConstants.back().first;
608
// Loop over all users of the
placeholder
, updating them to reference the
609
// new value. If they reference more than one
placeholder
, update them all
611
while (!
Placeholder
->use_empty()) {
612
Value::use_iterator UI =
Placeholder
->use_begin();
622
// Otherwise, we have a constant that uses the
placeholder
. Replace tha
[
all
...]
Completed in 519 milliseconds