Home
last modified time | relevance | path

Searched defs:MM (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project/bolt/include/bolt/Rewrite/
H A DJITLinkLinker.h34 std::unique_ptr<ExecutableFileMemoryManager> MM; variable
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h23 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM, in RuntimeDyldELFMips()
H A DRuntimeDyldCOFFI386.h26 RuntimeDyldCOFFI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFI386()
H A DRuntimeDyldCOFFThumb.h49 RuntimeDyldCOFFThumb(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFThumb() argument
H A DRuntimeDyldMachOX86_64.h24 RuntimeDyldMachOX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOX86_64()
H A DRuntimeDyldCOFFX86_64.h57 RuntimeDyldCOFFX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFX86_64()
H A DRuntimeDyldMachOI386.h24 RuntimeDyldMachOI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOI386()
H A DRuntimeDyldCOFFAArch64.h91 RuntimeDyldCOFFAArch64(RuntimeDyld::MemoryManager & MM,JITSymbolResolver & Resolver) RuntimeDyldCOFFAArch64() argument
H A DRuntimeDyldMachOAArch64.h25 RuntimeDyldMachOAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOAArch64()
H A DRuntimeDyldMachOARM.h27 RuntimeDyldMachOARM(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOARM()
/llvm-project/clang/test/Sema/
H A Dwarn-int-in-bool-context.c11 #define MM a << a macro
/llvm-project/clang/test/CodeGenCXX/
H A Dconst-init.cpp63 const MutableMember MM = { 0 }; in writeToMutable() local
/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp140 return MM; in addModuleMacro() local
145 auto *MM = ModuleMacro::create(*this, Mod, II, Macro, Overrides); addModuleMacro() local
159 __anonf4e8388c0102(ModuleMacro *MM) addModuleMacro() argument
209 auto *MM = Worklist.pop_back_val(); updateModuleMacroInfo() local
287 for (auto *MM : dumpMacroInfo() local
293 auto *MM = Worklist.pop_back_val(); dumpMacroInfo() local
[all...]
/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIX86.cpp43 MM, enumerator
/llvm-project/llvm/unittests/Analysis/
H A DAssumeBundleQueriesTest.cpp243 RetainedKnowledgeKey Key, MinMax MM) { in MapHasRightValue() argument
480 MinMax MM = LookupIt->second[Assume]; RunRandTest() local
/llvm-project/bolt/lib/Rewrite/
H A DJITLinkLinker.cpp185 JITLinkLinker(BinaryContext & BC,std::unique_ptr<ExecutableFileMemoryManager> MM) JITLinkLinker() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dcontainer-contains.cpp82 testDifferentTypes(std::map<int,int> & M,std::unordered_set<int> & US,std::set<int> & S,std::multimap<int,int> & MM) testDifferentTypes() argument
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h326 std::unique_ptr<RTDyldMemoryManager> MM; variable
H A DMCJITCAPITest.cpp426 TestReserveAllocationSpaceMemoryManager* MM = new TestReserveAllocationSpaceMemoryManager(); in TEST_F() local
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1312 createRuntimeDyldCOFF(Triple::ArchType Arch,RuntimeDyld::MemoryManager & MM,JITSymbolResolver & Resolver,bool ProcessAllSections,RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) createRuntimeDyldCOFF() argument
1323 createRuntimeDyldELF(Triple::ArchType Arch,RuntimeDyld::MemoryManager & MM,JITSymbolResolver & Resolver,bool ProcessAllSections,RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) createRuntimeDyldELF() argument
1335 createRuntimeDyldMachO(Triple::ArchType Arch,RuntimeDyld::MemoryManager & MM,JITSymbolResolver & Resolver,bool ProcessAllSections,RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) createRuntimeDyldMachO() argument
/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp247 for (auto *MM : PP.getLeafModuleMacros(M.first)) { in indexPreprocessorModuleMacros() local
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp60 for (const MemoryMapping &MM : Key.MemoryMappings) { in generateSnippetSetupCode() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp572 processMinMaxIntrinsic(MinMaxIntrinsic * MM,LazyValueInfo * LVI) processMinMaxIntrinsic() argument
666 if (auto *MM = dyn_cast<MinMaxIntrinsic>(&CB)) { processCallSite() local
[all...]
H A DNaryReassociate.cpp580 convertToSCEVype(MaxMinT & MM) convertToSCEVype() argument
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp123 template <class T, class U> void setMinMax(std::pair<T, T> &MM, U &&V) { in setMinMax() argument

12