/llvm-project/bolt/include/bolt/Rewrite/ |
H A D | JITLinkLinker.h | 34 std::unique_ptr<ExecutableFileMemoryManager> MM; variable
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldELFMips.h | 23 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM, in RuntimeDyldELFMips()
|
H A D | RuntimeDyldCOFFI386.h | 26 RuntimeDyldCOFFI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFI386()
|
H A D | RuntimeDyldCOFFThumb.h | 49 RuntimeDyldCOFFThumb(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFThumb() argument
|
H A D | RuntimeDyldMachOX86_64.h | 24 RuntimeDyldMachOX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOX86_64()
|
H A D | RuntimeDyldCOFFX86_64.h | 57 RuntimeDyldCOFFX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFX86_64()
|
H A D | RuntimeDyldMachOI386.h | 24 RuntimeDyldMachOI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOI386()
|
H A D | RuntimeDyldCOFFAArch64.h | 91 RuntimeDyldCOFFAArch64(RuntimeDyld::MemoryManager & MM,JITSymbolResolver & Resolver) RuntimeDyldCOFFAArch64() argument
|
H A D | RuntimeDyldMachOAArch64.h | 25 RuntimeDyldMachOAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOAArch64()
|
H A D | RuntimeDyldMachOARM.h | 27 RuntimeDyldMachOARM(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOARM()
|
/llvm-project/clang/test/Sema/ |
H A D | warn-int-in-bool-context.c | 11 #define MM a << a macro
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | const-init.cpp | 63 const MutableMember MM = { 0 }; in writeToMutable() local
|
/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 140 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 D | ABIX86.cpp | 43 MM, enumerator
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | AssumeBundleQueriesTest.cpp | 243 RetainedKnowledgeKey Key, MinMax MM) { in MapHasRightValue() argument 480 MinMax MM = LookupIt->second[Assume]; RunRandTest() local
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | JITLinkLinker.cpp | 185 JITLinkLinker(BinaryContext & BC,std::unique_ptr<ExecutableFileMemoryManager> MM) JITLinkLinker() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | container-contains.cpp | 82 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 D | MCJITTestBase.h | 326 std::unique_ptr<RTDyldMemoryManager> MM; variable
|
H A D | MCJITCAPITest.cpp | 426 TestReserveAllocationSpaceMemoryManager* MM = new TestReserveAllocationSpaceMemoryManager(); in TEST_F() local
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 1312 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 D | IndexingAction.cpp | 247 for (auto *MM : PP.getLeafModuleMacros(M.first)) { in indexPreprocessorModuleMacros() local
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | Assembler.cpp | 60 for (const MemoryMapping &MM : Key.MemoryMappings) { in generateSnippetSetupCode() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 572 processMinMaxIntrinsic(MinMaxIntrinsic * MM,LazyValueInfo * LVI) processMinMaxIntrinsic() argument 666 if (auto *MM = dyn_cast<MinMaxIntrinsic>(&CB)) { processCallSite() local [all...] |
H A D | NaryReassociate.cpp | 580 convertToSCEVype(MaxMinT & MM) convertToSCEVype() argument
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-account.cpp | 123 template <class T, class U> void setMinMax(std::pair<T, T> &MM, U &&V) { in setMinMax() argument
|