Searched refs:ArrayRef (Results 176 - 200 of 436) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp13 #include "llvm/ADT/ArrayRef.h"
30 ArrayRef<uint8_t> makeFixedFormSizesArrayRef() {
63 ArrayRef<uint8_t> DWARFFormValue::getFixedFormSizes(uint8_t AddrSize,
110 if (Form < ArrayRef<FormClass>(DWARF4FormClasses).size() &&
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h274 ArrayRef<IdentifierInfo *> SelIdents;
282 ArrayRef<IdentifierInfo *> SelIdents = None)
306 ArrayRef<IdentifierInfo *> getSelIdents() const { return SelIdents; }
H A DTemplate.h44 typedef ArrayRef<TemplateArgument> ArgList;
496 llvm::ArrayRef<TemplateArgument> Converted);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DMultiplexConsumer.cpp91 MultiplexASTMutationListener(ArrayRef<ASTMutationListener*> L);
117 ArrayRef<ASTMutationListener*> L)
188 MultiplexConsumer::MultiplexConsumer(ArrayRef<ASTConsumer*> C)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp166 ToolInvocation::ToolInvocation(ArrayRef<std::string> CommandLine,
174 ToolInvocation::ToolInvocation(ArrayRef<std::string> CommandLine,
274 ArrayRef<std::string> SourcePaths)
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h20 #include "llvm/ADT/ArrayRef.h"
83 ArrayRef<LexicalScope *> getAbstractScopesList() const {
H A DSelectionDAG.h144 ArrayRef<SDDbgValue*> getSDDbgValues(const SDNode *Node) {
148 return ArrayRef<SDDbgValue*>();
616 ArrayRef<EVT> ResultTys,
891 ArrayRef<SDValue> Ops);
900 ArrayRef<SDValue> Ops);
907 EVT VT3, ArrayRef<SDValue> Ops);
909 EVT VT3, EVT VT4, ArrayRef<SDValue> Ops);
911 ArrayRef<EVT> ResultTys,
912 ArrayRef<SDValue> Ops);
914 ArrayRef<SDValu
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCAtom.h19 #include "llvm/ADT/ArrayRef.h"
178 ArrayRef<MCData> getData() const { return Data; }
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp599 void updateDomTree(ArrayRef<MachineBasicBlock*> Removed);
600 void updateLoops(ArrayRef<MachineBasicBlock*> Removed);
629 void EarlyIfConverter::updateDomTree(ArrayRef<MachineBasicBlock*> Removed) {
646 void EarlyIfConverter::updateLoops(ArrayRef<MachineBasicBlock*> Removed) {
H A DRegisterClassInfo.cpp95 ArrayRef<MCPhysReg> RawOrder = RC->getRawAllocationOrder(*MF);
H A DSjLjEHPrepare.cpp74 Value *setupFunctionContext(Function &F, ArrayRef<LandingPadInst *> LPads);
76 void lowerAcrossUnwindEdges(Function &F, ArrayRef<InvokeInst *> Invokes);
186 ArrayRef<LandingPadInst *> LPads) {
285 ArrayRef<InvokeInst *> Invokes) {
H A DInterferenceCache.cpp131 ArrayRef<SlotIndex> RegMaskSlots;
132 ArrayRef<const uint32_t*> RegMaskBits;
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h131 ArrayRef<MCPhysReg> Order,
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DNSAPI.h14 #include "llvm/ADT/ArrayRef.h"
192 Selector getOrInitSelector(ArrayRef<StringRef> Ids, Selector &Sel) const;
H A DRawCommentList.h15 #include "llvm/ADT/ArrayRef.h"
188 ArrayRef<RawComment *> getComments() const {
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendActions.h175 ASTMergeAction(FrontendAction *AdaptedAction, ArrayRef<std::string> ASTFiles);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h353 ArrayRef<const MemRegion *> ExplicitRegions,
354 ArrayRef<const MemRegion *> Regions,
458 ArrayRef<const MemRegion *> ExplicitRegions,
459 ArrayRef<const MemRegion *> Regions,
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Tooling/
H A DRefactoring.h204 ArrayRef<std::string> SourcePaths);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp27 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs,
57 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs,
421 ArrayRef<StringRef> remapFiles,
431 for (ArrayRef<StringRef>::iterator
H A DPlistReporter.cpp95 ArrayRef<StoredDiagnostic> diags,
105 for (ArrayRef<StoredDiagnostic>::iterator
148 for (ArrayRef<StoredDiagnostic>::iterator
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1161 BoundNodesTreeBuilder *Builder, ArrayRef<DynTypedMatcher> InnerMatchers);
1168 ArrayRef<const Matcher<T> *> InputMatchers)
1219 Func, ArrayRef<const Matcher<T> *>(Array, Size)));
1280 ArrayRef<DynTypedMatcher> InnerMatchers);
1287 ArrayRef<DynTypedMatcher> InnerMatchers);
1294 ArrayRef<DynTypedMatcher> InnerMatchers);
1299 ArrayRef<const Matcher<T> *> InnerMatchers) {
1312 ArrayRef<const Matcher<InnerT> *> InnerMatchers) {
1580 static Self create(ArrayRef<const Matcher<InnerTBase> *> InnerMatchers);
1586 ArrayRef<cons
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DTinyPtrVector.h13 #include "llvm/ADT/ArrayRef.h"
103 // implicit conversion operator to ArrayRef.
104 operator ArrayRef<EltTy>() const {
106 return ArrayRef<EltTy>();
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DMachO.h18 #include "llvm/ADT/ArrayRef.h"
144 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
145 ArrayRef<char> getSectionRawFinalSegmentName(DataRefImpl Sec) const;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp28 DwarfAccelTable::DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom> atomList)
188 for (ArrayRef<HashDataContents *>::const_iterator
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DProcess.inc194 ArrayRef<const char *> ArgsIn,

Completed in 160 milliseconds

1234567891011>>