Searched defs:Map (Results 1 - 25 of 92) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp34 getSortedStubs( DenseMap<MCSymbol *, MachineModuleInfoImpl::StubValueTy> &Map) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp51 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleFile.cpp33 dumpLocalRemap(StringRef Name, const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DUniqueVector.h32 std::map<T, unsigned> Map; member in class:llvm::UniqueVector
H A DMapVector.h38 MapType Map; member in class:llvm::MapVector
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp134 auto &Map = Stack.back().Node.getMap(); local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h74 T *Map(IndexT idx) { function in class:__tsan::DenseSlabAlloc
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h57 Map, member in class:llvm::msgpack::Type
H A DMsgPackDocument.h61 MapTy *Map; member in union:llvm::msgpack::DocNode::__anon1746
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h95 LiveOutMap Map; member in class:llvm::LiveRangeCalc
H A DRDFLiveness.h46 std::map<MachineBasicBlock*,RegisterAggr> Map; member in struct:llvm::rdf::Liveness::LiveMapType
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h46 const HeaderMap *Map; member in union:clang::DirectoryLookup::DLU
49 DLU(const HeaderMap *Map) : Map(Map) {} argument
76 DirectoryLookup(const HeaderMap *Map, SrcMgr::CharacteristicKind DT, argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dbytemap.h41 u8 *Map; member in class:scudo::FlatByteMap
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp160 InitMap *&Map = getInitMap(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp309 PersistentSValsTy& Map = *((PersistentSValsTy*) PersistentSVals); local
334 PersistentSValPairsTy& Map = *((PersistentSValPairsTy*) PersistentSValPairs); local
H A DDynamicType.cpp122 ProgramStateRef removeDead(ProgramStateRef State, const MapTy &Map, argument
144 const DynamicTypeMapTy &Map = State->get<DynamicTypeMap>(); local
180 const DynamicCastMapTy &Map = State->get<DynamicCastMap>(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h111 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map; typedef in class:ObjectContainerBSDArchive::Archive
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp176 ArraySizeMapTy Map = State->get<ArraySizeMap>(); local
H A DAnalysisOrderChecker.cpp133 CFGStmtMap *Map = C.getCurrentAnalysisDeclContext()->getCFGStmtMap(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp128 static unsigned Map[SystemZ::NUM_TARGET_REGS]; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h117 MapType Map; member in struct:llvm::InfoByHwMode
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp58 InstrumentationMap Map; local
226 InstrumentationMap Map; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp71 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); local
179 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); local
283 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDependentDiagnostic.h178 const DependentStoredDeclsMap *Map local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h99 Cmp(DenseMap<const MachineInstr*,unsigned> &Map) : Dist(Map) {} argument
115 CellMapType &Map; member in struct:llvm::BitTracker

Completed in 175 milliseconds

1234