/freebsd-src/contrib/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()
|
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, in RuntimeDyldCOFFAArch64()
|
H A D | RuntimeDyldMachOAArch64.h | 25 RuntimeDyldMachOAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOAArch64()
|
H A D | RuntimeDyldMachOARM.h | 27 RuntimeDyldMachOARM(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOARM()
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 140 if (auto *MM = ModuleMacros.FindNodeOrInsertPos(ID, InsertPos)) { in addModuleMacro() local 145 auto *MM = ModuleMacro::create(*this, Mod, II, Macro, Overrides); in addModuleMacro() local 159 [](ModuleMacro *MM) { return MM->NumOverriddenBy != 0; }); in addModuleMacro() argument 209 auto *MM = Worklist.pop_back_val(); in updateModuleMacroInfo() local 287 for (auto *MM : dumpMacroInfo() local 293 auto *MM = Worklist.pop_back_val(); dumpMacroInfo() local [all...] |
H A D | Pragma.cpp | 1120 ModuleMap &MM = PP.getHeaderSearchInfo().getModuleMap(); in HandlePragma() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIX86.cpp | 55 MM, enumerator
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 531 processMinMaxIntrinsic(MinMaxIntrinsic * MM,LazyValueInfo * LVI) processMinMaxIntrinsic() argument 598 if (auto *MM = dyn_cast<MinMaxIntrinsic>(&CB)) { processCallSite() local [all...] |
H A D | NaryReassociate.cpp | 579 convertToSCEVype(MaxMinT & MM) convertToSCEVype() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexingAction.cpp | 247 for (auto *MM : PP.getLeafModuleMacros(M.first)) { in indexPreprocessorModuleMacros() local
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 422 void LLVMDisposeMCJITMemoryManager(LLVMMCJITMemoryManagerRef MM) { in LLVMDisposeMCJITMemoryManager()
|
H A D | ExecutionEngine.cpp | 495 EngineBuilder::setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM) { in setMemoryManager() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 579 ModuleMap &MM = PP.getHeaderSearchInfo().getModuleMap(); registerAll() local 1998 ModuleMap &MM = getPreprocessor().getHeaderSearchInfo().getModuleMap(); loadModule() local
|
H A D | FrontendAction.cpp | 644 auto &MM = ASTReader->getModuleManager(); BeginSourceFile() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 947 NodeList MM; in members_if() local
|
/freebsd-src/sys/cddl/dev/dtrace/x86/ |
H A D | dis_tables.c | 183 MM, /* MMX/SIMD-Int mm/mem -> mm */ enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 762 MachineMemOperand *MM = *MI->memoperands_begin(); getUnderlyingObjects() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 193 const ModuleMap &MM = HS.getModuleMap(); GetAffectingModuleMaps() local
|