HomeSort by relevance Sort by last modified time
    Searched refs:SmallVector (Results 1 - 25 of 1038) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 13 #include "llvm/ADT/SmallVector.h"
29 SmallVector<unsigned char, 4> Loc;
38 SmallVector<Entry, 2> Entries;
41 typedef SmallVector<LocationList, 4> LocationLists;
63 SmallVector<unsigned char, 4> Loc;
68 SmallVector<Entry, 2> Entries;
71 typedef SmallVector<LocationList, 4> LocationLists;
DWARFDebugMacro.h 13 #include "llvm/ADT/SmallVector.h"
44 typedef SmallVector<Entry, 4> MacroList;
  /external/clang/include/clang/Driver/
Util.h 27 typedef SmallVector<Action*, 3> ActionList;
  /external/clang/test/SemaCXX/
invalid-instantiated-field-decl.cpp 14 class SmallVector : public SmallVectorImpl<T> {
25 SmallVector() : SmallVectorImpl<T>(NumInlineEltsElts) {
34 SmallVector<CallSite, 2> DevirtualizedCalls; // expected-note {{in instantiation of template class 'SmallVector<CallSite, 2>' requested}}
  /external/llvm/lib/ExecutionEngine/MCJIT/
ObjectBuffer.h 18 #include "llvm/ADT/SmallVector.h"
27 ObjectMemoryBuffer(SmallVector<char, N> SV)
33 ObjectMemoryBuffer(SmallVector<char, N> SV, StringRef Name)
42 SmallVector<char, 4096> SV;
  /external/llvm/lib/Target/AMDGPU/
R600MachineFunctionInfo.h 27 SmallVector<unsigned, 4> LiveOuts;
  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks;
WinEHFuncInfo.h 19 #include "llvm/ADT/SmallVector.h"
78 SmallVector<WinEHHandlerType, 1> HandlerArray;
97 SmallVector<CxxUnwindMapEntry, 4> CxxUnwindMap;
98 SmallVector<WinEHTryBlockMapEntry, 4> TryBlockMap;
99 SmallVector<SEHUnwindMapEntry, 4> SEHUnwindMap;
100 SmallVector<ClrEHUnwindMapEntry, 4> ClrEHUnwindMap;
  /external/clang/lib/Format/
UnwrappedLineParser.h 138 SmallVector<FormatToken *, 1> CommentsBeforeNextToken;
143 SmallVector<UnwrappedLine, 8> Lines;
148 SmallVector<UnwrappedLine, 4> PreprocessorDirectives;
179 SmallVector<PPBranchKind, 16> PPStack;
191 SmallVector<int, 8> PPLevelBranchIndex;
194 SmallVector<int, 8> PPLevelBranchCount;
211 SmallVector<UnwrappedLine, 0> Children;
  /external/llvm/include/llvm/Transforms/Scalar/
SROA.h 66 SetVector<AllocaInst *, SmallVector<AllocaInst *, 16>> Worklist;
71 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts;
81 SetVector<AllocaInst *, SmallVector<AllocaInst *, 16>> PostPromotionWorklist;
91 SetVector<PHINode *, SmallVector<PHINode *, 2>> SpeculatablePHIs;
99 SetVector<SelectInst *, SmallVector<SelectInst *, 2>> SpeculatableSelects;
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h 18 #include "llvm/ADT/SmallVector.h"
93 SmallVector<Triple::ArchType, 4> SupportedArchs;
94 SmallVector<Triple::ArchType, 1> HasSubArchs;
95 SmallVector<std::string, 2> SupportedSubArchs; // We need to own the memory
96 SmallVector<Triple::OSType, 4> UnsupportedOSs;
97 SmallVector<Triple::EnvironmentType, 1> UnsupportedEnvironments;
  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 18 #include "llvm/ADT/SmallVector.h"
101 SmallVector<sys::MemoryBlock, 16> PendingMem;
102 SmallVector<FreeMemBlock, 16> FreeMem;
105 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
  /external/clang/include/clang/Sema/
CXXFieldCollector.h 19 #include "llvm/ADT/SmallVector.h"
30 SmallVector<FieldDecl*, 32> Fields;
35 SmallVector<size_t, 4> FieldCount;
  /external/llvm/include/llvm/ADT/
IntEqClasses.h 24 #include "llvm/ADT/SmallVector.h"
34 SmallVector<unsigned, 8> EC;
  /external/llvm/include/llvm/DebugInfo/PDB/
IPDBDataStream.h 15 #include "llvm/ADT/SmallVector.h"
24 typedef llvm::SmallVector<uint8_t, 32> RecordType;
PDBSymbolCustom.h 15 #include "llvm/ADT/SmallVector.h"
33 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes);
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolCustom.cpp 24 void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) {
  /external/clang/include/clang/Basic/
LLVM.h 34 template<typename T, unsigned N> class SmallVector;
69 using llvm::SmallVector;
  /external/clang/test/Modules/Inputs/
templates-top.h 50 template<typename T, unsigned N> struct SmallVector : SmallVectorImpl<T> {
53 template<unsigned N> struct SmallString : SmallVector<char, N> {
  /external/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 76 const SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks);
101 SmallVector<RuntimePointerChecking::PointerCheck, 4> AliasChecks;
ASanStackFrameLayout.h 16 #include "llvm/ADT/SmallVector.h"
45 SmallVector<uint8_t, 64> ShadowBytes;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.h 19 #include "llvm/ADT/SmallVector.h"
30 SmallVector<std::unique_ptr<MipsOptionRecord>, 8> MipsOptionRecords;
32 SmallVector<MCSymbol*, 4> Labels;
  /external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.h 12 #include "llvm/ADT/SmallVector.h"
23 typedef SmallVector<Inst, 7 > InstSeq;
30 typedef SmallVector<InstSeq, 5> InstSeqLs;
  /external/llvm/lib/Target/NVPTX/
ManagedStringPool.h 18 #include "llvm/ADT/SmallVector.h"
27 SmallVector<std::string *, 8> Pool;
NVPTXMachineFunctionInfo.h 25 SmallVector<std::string, 8> ImageHandleList;

Completed in 664 milliseconds

1 2 3 4 5 6 7 8 91011>>