OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Objs
(Results
1 - 6
of
6
) sorted by null
/external/llvm/unittests/ExecutionEngine/Orc/
ObjectLinkingLayerTest.cpp
62
std::vector<object::ObjectFile*>
Objs
;
63
Objs
.push_back(OwningObj.getBinary());
78
auto H = ObjLayer.addObjectSet(
Objs
, &SMMW, &*Resolver);
87
auto H = ObjLayer.addObjectSet(
Objs
, &SMMW, &*Resolver);
/external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h
167
std::vector<std::unique_ptr<object::ObjectFile>>
Objs
;
168
Objs
.push_back(std::move(O));
169
ObjectLayer.addObjectSet(std::move(
Objs
), &MemMgr, &Resolver);
176
std::vector<std::unique_ptr<object::ObjectFile>>
Objs
;
177
Objs
.push_back(std::move(Obj));
178
ObjectLayer.addObjectSet(std::move(
Objs
), &MemMgr, &Resolver);
/external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp
445
SmallVector<ValueType, 4>
Objs
;
448
if (getUnderlyingObjects(MI,
Objs
)) {
449
for (SmallVectorImpl<ValueType>::const_iterator I =
Objs
.begin();
450
I !=
Objs
.end(); ++I)
493
SmallVector<Value *, 4>
Objs
;
494
GetUnderlyingObjects(const_cast<Value *>(V),
Objs
, DL);
496
for (SmallVectorImpl<Value *>::iterator I =
Objs
.begin(), E =
Objs
.end();
/external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
102
SmallVector<Value *, 4>
Objs
;
103
GetUnderlyingObjects(const_cast<Value *>(V),
Objs
, DL);
105
for (SmallVectorImpl<Value *>::iterator I =
Objs
.begin(), IE =
Objs
.end();
163
SmallVector<Value *, 4>
Objs
;
164
getUnderlyingObjects(V,
Objs
, DL);
166
for (Value *V :
Objs
) {
551
SmallVector<Value *, 4>
Objs
;
552
getUnderlyingObjects(V,
Objs
, DL);
553
for (Value *V :
Objs
) {
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp
571
SmallVector<Value *, 8>
Objs
;
573
Objs
, F->getDataLayout());
574
for (Value *Obj :
Objs
) {
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp
[
all
...]
Completed in 848 milliseconds