Home
last modified time | relevance | path

Searched defs:Module (Results 1 – 25 of 146) sorted by relevance

123456

/external/llvm/bindings/go/llvm/
Dbitwriter.go26 func WriteBitcodeToFile(m Module, file *os.File) error {
34 func WriteBitcodeToMemoryBuffer(m Module) MemoryBuffer {
Dlinker.go23 func LinkModules(Dest, Src Module) error {
Dexecutionengine.go91 func NewExecutionEngine(m Module) (ee ExecutionEngine, err error) {
102 func NewInterpreter(m Module) (ee ExecutionEngine, err error) {
119 func NewMCJITCompiler(m Module, options MCJITCompilerOptions) (ee ExecutionEngine, err error) {
/external/llvm/include/llvm/
DPass.h39 class Module; variable
111 virtual bool doInitialization(Module &) { return false; } in doInitialization() argument
116 virtual bool doFinalization(Module &) { return false; } in doFinalization() argument
276 bool runOnModule(Module &) override { return false; } in runOnModule() argument
/external/clang/include/clang/Frontend/
DFrontendActions.h19 class Module; variable
95 clang::Module *Module; variable
/external/llvm/tools/bugpoint/
DMiscompilation.cpp182 bool (*F)(BugDriver &, Module *, Module *, in ReduceMiscompilingFunctions() argument
302 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractLoops() argument
452 bool (*F)(BugDriver &, Module *, Module *, in ReduceMiscompiledBlocks() argument
543 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractBlocks() argument
626 bool (*TestFn)(BugDriver &, Module *, Module *, in DebugAMiscompilation() argument
/external/google-breakpad/src/common/linux/
Delf_symbols_to_module.h45 class Module; variable
/external/llvm/include/llvm/IR/
DLLVMContext.h29 class Module; variable
190 friend class Module; variable
DLegacyPassManager.h26 class Module; variable
DGVMaterializer.h27 class Module; variable
/external/llvm/include/llvm/AsmParser/
DParser.h21 class Module; variable
/external/llvm/include/llvm/Analysis/
DLint.h26 class Module; variable
/external/llvm/include/llvm/IRReader/
DIRReader.h23 class Module; variable
/external/llvm/include/llvm/Support/
DRandomNumberGenerator.h54 friend class Module; variable
/external/llvm/include/llvm/Transforms/Utils/
DCtorUtils.h23 class Module; variable
DModuleUtils.h19 class Module; variable
/external/llvm/include/llvm/ExecutionEngine/
DObjectCache.h17 class Module; variable
/external/clang/test/Index/
Dpch-with-module.m13 @interface Module(PCHCat) interface in PCHCat
/external/lldb/include/lldb/Expression/
DIRInterpreter.h22 class Module; variable
/external/llvm/include/llvm/Target/
DTargetIntrinsicInfo.h23 class Module; variable
/external/google-breakpad/src/google_breakpad/processor/
Dfast_source_line_resolver.h83 class Module; variable
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCloneSubModule.h26 class Module; variable
/external/llvm/lib/Target/Hexagon/
DHexagonTargetMachine.h23 class Module; variable
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.h40 class Module; variable
/external/llvm/include/llvm/CodeGen/
DIntrinsicLowering.h23 class Module; variable

123456