HomeSort by relevance Sort by last modified time
    Searched full:arrayref (Results 176 - 200 of 462) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/CodeGen/
CGCXXABI.cpp 259 ArrayRef<const CXXRecordDecl*> Path = MP.getMemberPointerPath();
287 llvm::ArrayRef<std::pair<const VarDecl *, llvm::GlobalVariable *> > Decls,
CGObjCGNU.cpp 195 ArrayRef<llvm::Constant *> V,
207 ArrayRef<llvm::Constant *> V,
218 ArrayRef<llvm::Constant *> V,
386 llvm::Constant *GenerateIvarList(ArrayRef<llvm::Constant *> IvarNames,
387 ArrayRef<llvm::Constant *> IvarTypes,
388 ArrayRef<llvm::Constant *> IvarOffsets);
396 ArrayRef<Selector> MethodSels,
397 ArrayRef<llvm::Constant *> MethodTypes,
410 llvm::Constant *GenerateProtocolList(ArrayRef<std::string> Protocols);
435 ArrayRef<llvm::Constant *> MethodNames
    [all...]
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 18 #include "llvm/ADT/ArrayRef.h"
113 ArrayRef<unsigned> idx_range,
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 20 #include "llvm/ADT/ArrayRef.h"
83 ArrayRef<LexicalScope *> getAbstractScopesList() const {
ScheduleDFS.h 144 void compute(ArrayRef<SUnit> SUnits);
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 157 BasicBlock *SplitBlockPredecessors(BasicBlock *BB, ArrayRef<BasicBlock*> Preds,
173 void SplitLandingPadPredecessors(BasicBlock *OrigBB,ArrayRef<BasicBlock*> Preds,
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 40 DwarfAccelTable::DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom> atomList) :
196 for (ArrayRef<HashDataContents*>::const_iterator
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 131 ArrayRef<SlotIndex> RegMaskSlots;
132 ArrayRef<const uint32_t*> RegMaskBits;
TargetRegisterInfo.cpp 125 ArrayRef<uint16_t> Order = RC->getRawAllocationOrder(MF);
257 ArrayRef<MCPhysReg> Order,
SjLjEHPrepare.cpp 75 Value *setupFunctionContext(Function &F, ArrayRef<LandingPadInst*> LPads);
77 void lowerAcrossUnwindEdges(Function &F, ArrayRef<InvokeInst*> Invokes);
187 setupFunctionContext(Function &F, ArrayRef<LandingPadInst*> LPads) {
287 ArrayRef<InvokeInst*> Invokes) {
  /art/compiler/llvm/
intrinsic_helper.cc 132 ::llvm::ArrayRef< ::llvm::Type*>(arg_type, num_args),
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRStringStream.pm 44 isa => 'ArrayRef[Maybe[ANTLR::Runtime::CharStreamState]]',
  /external/clang/include/clang/AST/
Mangle.h 117 ArrayRef<const CXXRecordDecl *> BasePath,
UnresolvedSet.h 20 #include "llvm/ADT/ArrayRef.h"
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 58 ArrayRef<const DynTypedMatcher *> matchers() const { return List; }
  /external/clang/include/clang/Frontend/
Utils.h 108 createInvocationFromCommandLine(ArrayRef<const char *> Args,
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 354 ArrayRef<const MemRegion *> ExplicitRegions,
355 ArrayRef<const MemRegion *> Regions,
457 ArrayRef<const MemRegion *> ExplicitRegions,
458 ArrayRef<const MemRegion *> Regions,
  /external/clang/include/clang/Tooling/
JSONCompilationDatabase.h 99 void getCommands(ArrayRef<CompileCommandRef> CommandsRef,
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 27 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs,
57 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs,
440 ArrayRef<StringRef> remapFiles,
450 for (ArrayRef<StringRef>::iterator
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 237 ArrayRef<SourceRange> Ranges = P.getRanges();
243 for (ArrayRef<SourceRange>::iterator I = Ranges.begin(), E = Ranges.end();
393 ArrayRef<SourceRange> Ranges = piece->getRanges();
394 for (ArrayRef<SourceRange>::iterator I = Ranges.begin(),
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 116 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) {
  /external/llvm/include/llvm/ADT/
MapVector.h 20 #include "llvm/ADT/ArrayRef.h"
  /external/llvm/lib/Analysis/
ProfileDataLoader.cpp 16 #include "llvm/ADT/ArrayRef.h"
  /external/llvm/lib/IR/
IRBuilder.cpp 55 static CallInst *createCallHelper(Value *Callee, ArrayRef<Value *> Ops,
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 123 ArrayRef<MCPhysReg> Order,

Completed in 538 milliseconds

1 2 3 4 5 6 78 91011>>