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

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Support/
SourceMgr.cpp 153 ArrayRef<SMRange> Ranges,
154 ArrayRef<SMFixIt> FixIts) const {
215 const Twine &Msg, ArrayRef<SMRange> Ranges,
216 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
243 ArrayRef<std::pair<unsigned,unsigned> > Ranges,
244 ArrayRef<SMFixIt> Hints)
252 ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine){
261 for (ArrayRef<SMFixIt>::iterator I = FixIts.begin(), E = FixIts.end();
ConvertUTFWrapper.cpp 78 bool hasUTF16ByteOrderMark(ArrayRef<char> S) {
84 bool convertUTF16ToUTF8String(ArrayRef<char> SrcBytes, std::string &Out) {
  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 53 explicit InternalizePass(ArrayRef<const char *> exportList);
79 InternalizePass::InternalizePass(ArrayRef<const char *> exportList)
82 for(ArrayRef<const char *>::const_iterator itr = exportList.begin();
206 ModulePass *llvm::createInternalizePass(ArrayRef<const char *> el) {
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 143 ArrayRef<char> Name;
144 ArrayRef<char> SegmentName;
242 ArrayRef<char> RawName = Obj->getSectionRawName(DR);
244 ArrayRef<char> RawSegmentName = Obj->getSectionRawFinalSegmentName(DR);
COFFDumper.cpp 77 void printUnwindCode(const Win64EH::UnwindInfo& UI, ArrayRef<UnwindCode> UCs);
84 ArrayRef<uint8_t> &Contents,
462 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UCs) {
472 ArrayRef<uint8_t> AuxData = Obj->getSymbolAuxData(Symbol);
504 ArrayRef<uint8_t> &Contents, uint64_t &Addr) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 44 #include "llvm/ADT/ArrayRef.h"
    [all...]
  /external/clang/include/clang/AST/
NSAPI.h 14 #include "llvm/ADT/ArrayRef.h"
192 Selector getOrInitSelector(ArrayRef<StringRef> Ids, Selector &Sel) const;
RawCommentList.h 15 #include "llvm/ADT/ArrayRef.h"
199 ArrayRef<RawComment *> getComments() const {
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 23 #include "llvm/ADT/ArrayRef.h"
159 ArrayRef<ErrorContent> errors() const { return Errors; }
Parser.h 39 #include "llvm/ADT/ArrayRef.h"
83 ArrayRef<ParserValue> Args,
  /external/clang/include/clang/Lex/
MacroArgs.h 18 #include "llvm/ADT/ArrayRef.h"
63 ArrayRef<Token> UnexpArgTokens,
  /external/clang/lib/CodeGen/
MicrosoftVBTables.h 17 #include "llvm/ADT/ArrayRef.h"
103 ArrayRef<const CXXRecordDecl *> BasePath);
  /external/clang/lib/Format/
UnwrappedLineParser.h 59 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
147 ArrayRef<FormatToken *> AllTokens;
  /external/llvm/include/llvm/Analysis/
ProfileDataLoader.h 19 #include "llvm/ADT/ArrayRef.h"
131 ArrayRef<unsigned> getRawEdgeCounts() const { return EdgeCounts; }
TargetTransformInfo.h 120 ArrayRef<const Value *> Operands) const;
143 ArrayRef<const Value *> Arguments) const;
149 ArrayRef<Type *> ParamTys) const;
155 ArrayRef<const Value *> Arguments) const;
338 ArrayRef<Type *> Tys) const;
  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 86 ArrayRef<Module::ModuleFlagEntry> ModuleFlags,
135 ArrayRef<Module::ModuleFlagEntry> ModuleFlags,
  /external/llvm/include/llvm/Support/
Program.h 17 #include "llvm/ADT/ArrayRef.h"
97 bool argumentsFitWithinSystemLimits(ArrayRef<const char*> Args);
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 18 #include "llvm/ADT/ArrayRef.h"
60 ArrayRef<Module::ModuleFlagEntry>,
  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 18 #include "llvm/ADT/ArrayRef.h"
69 CodeExtractor(ArrayRef<BasicBlock *> BBs, DominatorTree *DT = 0,
  /external/llvm/utils/TableGen/
CodeGenTarget.h 132 ArrayRef<MVT::SimpleValueType> getLegalValueTypes() const {
140 ArrayRef<MVT::SimpleValueType> LegalVTs = getLegalValueTypes();
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 107 ArrayRef<const char *> Args) {
149 ArrayRef<const char *> Args) {
223 static bool verifyTransformedFiles(ArrayRef<std::string> resultFiles) {
230 for (ArrayRef<std::string>::iterator
372 ArrayRef<const char*> Args(argv+optargc+1, argc-optargc-1);
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 132 ArrayRef<unsigned>
138 return ArrayRef<unsigned>(ProcResourceCycles.data() + MBBNum * PRKinds,
190 ArrayRef<unsigned> PredPRDepths = getProcResourceDepths(PredNum);
191 ArrayRef<unsigned> PredPRCycles = MTM.getProcResourceCycles(PredNum);
206 ArrayRef<unsigned> PRCycles = MTM.getProcResourceCycles(MBB->getNumber());
225 ArrayRef<unsigned> SuccPRHeights = getProcResourceHeights(SuccNum);
254 ArrayRef<unsigned>
259 return ArrayRef<unsigned>(ProcResourceDepths.data() + MBBNum * PRKinds,
268 ArrayRef<unsigned>
273 return ArrayRef<unsigned>(ProcResourceHeights.data() + MBBNum * PRKinds
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 393 ArrayRef<Attribute> Attrs) {
521 ArrayRef<std::pair<unsigned, AttributeSetNode*> > Attrs) {
545 ArrayRef<std::pair<unsigned, Attribute> > Attrs){
562 for (ArrayRef<std::pair<unsigned, Attribute> >::iterator I = Attrs.begin(),
579 ArrayRef<std::pair<unsigned,
618 ArrayRef<Attribute::AttrKind> Kind) {
620 for (ArrayRef<Attribute::AttrKind>::iterator I = Kind.begin(),
626 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<AttributeSet> Attrs) {
788 ArrayRef<std::pair<unsigned, AttributeSetNode*> >(
796 ArrayRef<std::pair<unsigned, AttributeSetNode*> >
    [all...]

Completed in 2188 milliseconds

1 2 3 45 6 7 8 91011>>