Home
last modified time | relevance | path

Searched defs:Mod (Results 1 – 25 of 105) sorted by relevance

12345

/external/llvm/unittests/AsmParser/
DAsmParserTest.cpp27 auto Mod = parseAssemblyString(Source, Error, Ctx); in TEST() local
40 std::unique_ptr<Module> Mod; in TEST() local
54 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping); in TEST() local
72 auto Mod = parseAssemblyString(Source, Error, Ctx); in TEST() local
137 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping); in TEST() local
173 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping); in TEST() local
297 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping); in TEST() local
/external/swiftshader/third_party/subzero/src/
DIceCompiler.cpp133 std::unique_ptr<llvm::Module> Mod = in run() local
139 std::unique_ptr<llvm::Module> Mod = parseIRFile(IRFilename, Err, Context); in run() local
DIceConverter.h34 Converter(llvm::Module *Mod, GlobalContext *Ctx) in Converter()
DIceConverter.cpp706 void LLVM2ICEGlobalsConverter::convertGlobalsToIce(Module *Mod) { in convertGlobalsToIce()
809 void Converter::nameUnnamedGlobalVariables(Module *Mod) { in nameUnnamedGlobalVariables()
824 void Converter::nameUnnamedFunctions(Module *Mod) { in nameUnnamedFunctions()
859 void Converter::installGlobalDeclarations(Module *Mod) { in installGlobalDeclarations()
911 void Converter::convertGlobals(Module *Mod) { in convertGlobals()
DIceUtils.h98 uint64_t Mod = Pos & (Align - 1); in OffsetToAlignment() local
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DMod.java30 public class Mod extends Operation class
/external/clang/include/clang/CodeGen/
DCodeGenAction.h55 void addLinkModule(llvm::Module *Mod, unsigned LinkFlags) { in addLinkModule()
/external/clang/lib/Lex/
DModuleMap.cpp40 ModuleMap::resolveExport(Module *Mod, in resolveExport()
57 Module *ModuleMap::resolveModuleId(const ModuleId &Id, Module *Mod, in resolveModuleId()
563 static void inferFrameworkLink(Module *Mod, const DirectoryEntry *FrameworkDir, in inferFrameworkLink()
611 if (Module *Mod = lookupModuleQualified(ModuleName, Parent)) in inferFrameworkModule() local
759 void ModuleMap::setUmbrellaHeader(Module *Mod, const FileEntry *UmbrellaHeader, in setUmbrellaHeader()
771 void ModuleMap::setUmbrellaDir(Module *Mod, const DirectoryEntry *UmbrellaDir, in setUmbrellaDir()
792 void ModuleMap::addHeader(Module *Mod, Module::Header Header, in addHeader()
821 void ModuleMap::excludeHeader(Module *Mod, Module::Header Header) { in excludeHeader()
875 bool ModuleMap::resolveExports(Module *Mod, bool Complain) { in resolveExports()
888 bool ModuleMap::resolveUses(Module *Mod, bool Complain) { in resolveUses()
[all …]
DPPLexerChange.cpp480 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile() local
748 Module *Mod = getModuleContainingLocation(MD->getLocation()); in LeaveSubmodule() local
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindings.cpp68 LLVMOrcAddEagerlyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod, in LLVMOrcAddEagerlyCompiledIR()
77 LLVMOrcAddLazilyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod, in LLVMOrcAddLazilyCompiledIR()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DTargetSelect.cpp29 TargetMachine *EngineBuilder::selectTarget(Module *Mod, in selectTarget()
/external/llvm/examples/BrainF/
DBrainFDriver.cpp142 std::unique_ptr<Module> Mod(bf.parse(in, 65536, cf, Context)); // 64 KiB in main() local
/external/clang/include/clang/Serialization/
DASTDeserializationListener.h54 virtual void ModuleRead(serialization::SubmoduleID ID, Module *Mod) {} in ModuleRead()
/external/clang/lib/Frontend/
DTestModuleFileExtension.cpp106 ASTReader &Reader, serialization::ModuleFile &Mod, in createExtensionReader()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringExtras.h53 unsigned char Mod = static_cast<unsigned char>(X) & 15; in utohex_buffer() local
/external/clang/lib/Basic/
DModule.cpp246 Module *Mod = *I; in getExportedModules() local
256 Module *Mod = Exports[I].getPointer(); in getExportedModules() local
284 Module *Mod = Imports[I]; in getExportedModules() local
/external/clang/unittests/Lex/
DPPConditionalDirectiveRecordTest.cpp61 void makeModuleVisible(Module *Mod, in makeModuleVisible()
/external/swiftshader/third_party/LLVM/tools/lli/
Dlli.cpp179 Module *Mod = ParseIRFile(InputFile, Err, Context); in main() local
/external/clang/examples/clang-interpreter/
Dmain.cpp53 static int Execute(std::unique_ptr<llvm::Module> Mod, char *const *envp) { in Execute()
/external/llvm/include/llvm/ADT/
DStringExtras.h54 unsigned char Mod = static_cast<unsigned char>(X) & 15; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp132 void llvm::InsertProfilingShutdownCall(Function *Callee, Module *Mod) { in InsertProfilingShutdownCall()
/external/llvm/lib/Target/AMDGPU/
DSITypeRewriter.cpp37 Module *Mod; member in __anon1fe03e460111::SITypeRewriter
/external/spirv-llvm/lib/SPIRV/
DSPIRVMDBuilder.h116 explicit SPIRVMDBuilder(Module &Mod):M(Mod), C(Mod.getContext()){} in SPIRVMDBuilder()
/external/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h256 void init(Module *Mod) { in init()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp133 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule()
149 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule()

12345