/external/llvm/lib/CodeGen/AsmPrinter/ |
DebugLocEntry.h | 124 ArrayRef<Value> getValues() const { return Values; } 125 void addValues(ArrayRef<DebugLocEntry::Value> Vals) {
|
DwarfAccelTable.h | 17 #include "llvm/ADT/ArrayRef.h" 145 TableHeaderData(ArrayRef<Atom> AtomList, uint32_t offset = 0) 246 DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom>);
|
/external/llvm/lib/CodeGen/ |
LowerEmuTLS.cpp | 114 ArrayRef<Type*> ElementTypeArray(ElementTypes, 4); 151 ArrayRef<Constant*> ElementValueArray(ElementValues, 4);
|
SplitKit.h | 19 #include "llvm/ADT/ArrayRef.h" 161 ArrayRef<SlotIndex> getUseSlots() const { return UseSlots; } 165 ArrayRef<BlockInfo> getUseBlocks() const { return UseBlocks; }
|
/external/llvm/lib/LibDriver/ |
LibDriver.cpp | 92 ArrayRef<StringRef> Paths) { 102 int llvm::libDriverMain(llvm::ArrayRef<const char*> ArgsArr) {
|
/external/llvm/lib/Support/ |
ConvertUTFWrapper.cpp | 78 bool hasUTF16ByteOrderMark(ArrayRef<char> S) { 84 bool convertUTF16ToUTF8String(ArrayRef<char> SrcBytes, std::string &Out) {
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsABIInfo.cpp | 26 ArrayRef<MCPhysReg> MipsABIInfo::GetByValArgRegs() const { 34 ArrayRef<MCPhysReg> MipsABIInfo::GetVarArgRegs() const {
|
/external/llvm/lib/Transforms/Instrumentation/ |
SanitizerCoverage.cpp | 32 #include "llvm/ADT/ArrayRef.h" 151 ArrayRef<Instruction *> IndirCalls); 152 void InjectTraceForCmp(Function &F, ArrayRef<Instruction *> CmpTraceTargets); 154 ArrayRef<Instruction *> SwitchTraceTargets); 155 bool InjectCoverage(Function &F, ArrayRef<BasicBlock *> AllBlocks); 330 ArrayRef<BasicBlock *> AllBlocks) { 354 Function &F, ArrayRef<Instruction *> IndirCalls) { 379 Function &F, ArrayRef<Instruction *> SwitchTraceTargets) { 414 Function &F, ArrayRef<Instruction *> CmpTraceTargets) {
|
/external/llvm/lib/Transforms/Utils/ |
ModuleUtils.cpp | 110 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs,
|
/external/llvm/lib/Transforms/Vectorize/ |
SLPVectorizer.cpp | 119 static BasicBlock *getSameBlock(ArrayRef<Value *> VL) { 136 static bool allConstant(ArrayRef<Value *> VL) { 144 static bool isSplat(ArrayRef<Value *> VL) { 179 static unsigned isAltInst(ArrayRef<Value *> VL) { 193 static unsigned getSameOpcode(ArrayRef<Value *> VL) { 212 static void propagateIRFlags(Value *I, ArrayRef<Value *> VL) { 227 static Instruction *propagateMetadata(Instruction *I, ArrayRef<Value *> VL) { 268 static Type* getSameType(ArrayRef<Value *> VL) { 279 static bool CanReuseExtract(ArrayRef<Value *> VL) { 387 void buildTree(ArrayRef<Value *> Roots [all...] |
/external/llvm/tools/llvm-cov/ |
SourceCoverageView.h | 113 ArrayRef<const coverage::CoverageSegment *> Segments, 129 ArrayRef<const coverage::CoverageSegment *> Segments);
|
/external/llvm/tools/llvm-readobj/ |
ARMWinEHPrinter.h | 78 void decodeOpcodes(ArrayRef<uint8_t> Opcodes, unsigned Offset, 105 ArrayRef<uint8_t> Contents);
|
/external/llvm/unittests/Support/ |
SourceMgrTest.cpp | 41 const Twine &Msg, ArrayRef<SMRange> Ranges, 42 ArrayRef<SMFixIt> FixIts) {
|
/external/llvm/utils/TableGen/ |
CodeGenTarget.h | 133 ArrayRef<MVT::SimpleValueType> getLegalValueTypes() const { 141 ArrayRef<MVT::SimpleValueType> LegalVTs = getLegalValueTypes();
|
/art/compiler/debug/ |
elf_debug_frame_writer.h | 172 const ArrayRef<const MethodDebugInfo>& method_infos, 196 ArrayRef<const uint8_t> l = lhs->cfi; 197 ArrayRef<const uint8_t> r = rhs->cfi; 275 ArrayRef<const uintptr_t>(patch_locations));
|
elf_symtab_writer.h | 40 const ArrayRef<const MethodDebugInfo>& method_infos,
|
/external/clang/include/clang/ARCMigrate/ |
ARCMT.h | 89 ArrayRef<StringRef> remapFiles,
|
/external/clang/include/clang/AST/ |
CommentParser.h | 73 void putBack(ArrayRef<Token> Toks) {
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
ObjCRetainCount.h | 23 #include "llvm/ADT/ArrayRef.h" 216 ArrayRef<ArgEffect> getArgs() const { return Args; }
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
AnalysisManager.h | 98 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() override {
|
/external/clang/include/clang/Tooling/ |
CompilationDatabase.h | 32 #include "llvm/ADT/ArrayRef.h" 192 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine);
|
/external/clang/lib/CodeGen/ |
CGLoopInfo.h | 18 #include "llvm/ADT/ArrayRef.h" 103 llvm::ArrayRef<const Attr *> Attrs);
|
CoverageMappingGen.h | 41 ArrayRef<SourceRange> getSkippedRanges() const { return SkippedRanges; }
|
/external/clang/lib/Frontend/ |
CreateInvocationFromCommandLine.cpp | 34 clang::createInvocationFromCommandLine(ArrayRef<const char *> ArgList,
|
/external/clang/tools/driver/ |
cc1_main.cpp | 67 int cc1_main(ArrayRef<const char *> Argv, const char *Argv0, void *MainAddr) {
|