HomeSort by relevance Sort by last modified time
    Searched refs:MapVector (Results 176 - 200 of 384) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/include/clang/Serialization/
ASTReader.h 39 #include "llvm/ADT/MapVector.h"
534 typedef llvm::MapVector<Decl *, uint64_t,
674 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2> >
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 19 #include "llvm/ADT/MapVector.h"
109 MapVector<const MCSymbol *, GOTEquivUsePair> GlobalGOTEquivs;
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 13 #include "llvm/ADT/MapVector.h"
191 typedef MapVector<object::SectionRef, DWARFSection,
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 132 MapVector<const Function *, FunctionInfo> FnDebugInfo;
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 108 #include "llvm/ADT/MapVector.h"
205 typedef MapVector<const MachineBasicBlock *,
211 typedef MapVector<const MachineBasicBlock *,
216 typedef MapVector<const MachineInstr *, SetOfMachineInstr> InstrToInstrs;
219 typedef MapVector<const MachineBasicBlock *, BitVector> BlockToRegSet;
    [all...]
  /external/llvm/lib/Target/X86/
X86WinAllocaExpander.cpp 47 typedef MapVector<MachineInstr*, Lowering> LoweringMap;
  /external/webrtc/webrtc/base/
linux.cc 188 bool ConfigParser::Parse(MapVector* key_val_pairs) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/MapVector.h"
287 MapVector<StringRef, BitcodeModule> ModuleMap;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/MapVector.h"
301 MapVector<StringRef, BitcodeModule> ModuleMap;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/MapVector.h"
301 MapVector<StringRef, BitcodeModule> ModuleMap;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/MapVector.h"
302 MapVector<StringRef, BitcodeModule> ModuleMap;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/MapVector.h"
302 MapVector<StringRef, BitcodeModule> ModuleMap;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/MapVector.h"
302 MapVector<StringRef, BitcodeModule> ModuleMap;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/MapVector.h"
302 MapVector<StringRef, BitcodeModule> ModuleMap;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/MapVector.h"
287 MapVector<StringRef, BitcodeModule> ModuleMap;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/MapVector.h"
301 MapVector<StringRef, BitcodeModule> ModuleMap;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/MapVector.h"
301 MapVector<StringRef, BitcodeModule> ModuleMap;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/MapVector.h"
302 MapVector<StringRef, BitcodeModule> ModuleMap;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/MapVector.h"
302 MapVector<StringRef, BitcodeModule> ModuleMap;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/MapVector.h"
302 MapVector<StringRef, BitcodeModule> ModuleMap;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/MapVector.h"
302 MapVector<StringRef, BitcodeModule> ModuleMap;
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 23 #include "llvm/ADT/MapVector.h"
141 MapVector<BasicBlock *, SetVector<Value *>> KillSet;
144 MapVector<BasicBlock *, SetVector<Value *>> LiveSet;
148 MapVector<BasicBlock *, SetVector<Value *>> LiveIn;
152 MapVector<BasicBlock *, SetVector<Value *>> LiveOut;
165 typedef MapVector<Value *, Value *> DefiningValueMapTy;
167 typedef MapVector<AssertingVH<Instruction>, AssertingVH<Value>>
175 MapVector<Value *, Value *> PointerToBase;
688 MapVector<Value *, BDVState> States;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp 54 /// MapVector - An associative container with fast insertion-order
58 class MapVector {
76 ~MapVector() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 34 #include "llvm/ADT/MapVector.h"
554 typedef llvm::MapVector<Decl *, uint64_t,
694 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2> >
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ASTReader.h 34 #include "llvm/ADT/MapVector.h"
562 typedef llvm::MapVector<Decl *, uint64_t,
702 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2> >
    [all...]

Completed in 1603 milliseconds

1 2 3 4 5 6 78 91011>>