/external/llvm/bindings/go/llvm/ |
D | bitwriter.go | 26 func WriteBitcodeToFile(m Module, file *os.File) error { 34 func WriteBitcodeToMemoryBuffer(m Module) MemoryBuffer {
|
D | linker.go | 23 func LinkModules(Dest, Src Module) error {
|
D | executionengine.go | 91 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/ |
D | Pass.h | 39 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/ |
D | FrontendActions.h | 19 class Module; variable 95 clang::Module *Module; variable
|
/external/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 182 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/ |
D | elf_symbols_to_module.h | 45 class Module; variable
|
/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 29 class Module; variable 190 friend class Module; variable
|
D | LegacyPassManager.h | 26 class Module; variable
|
D | GVMaterializer.h | 27 class Module; variable
|
/external/llvm/include/llvm/AsmParser/ |
D | Parser.h | 21 class Module; variable
|
/external/llvm/include/llvm/Analysis/ |
D | Lint.h | 26 class Module; variable
|
/external/llvm/include/llvm/IRReader/ |
D | IRReader.h | 23 class Module; variable
|
/external/llvm/include/llvm/Support/ |
D | RandomNumberGenerator.h | 54 friend class Module; variable
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | CtorUtils.h | 23 class Module; variable
|
D | ModuleUtils.h | 19 class Module; variable
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ObjectCache.h | 17 class Module; variable
|
/external/clang/test/Index/ |
D | pch-with-module.m | 13 @interface Module(PCHCat) interface in PCHCat
|
/external/lldb/include/lldb/Expression/ |
D | IRInterpreter.h | 22 class Module; variable
|
/external/llvm/include/llvm/Target/ |
D | TargetIntrinsicInfo.h | 23 class Module; variable
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | fast_source_line_resolver.h | 83 class Module; variable
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CloneSubModule.h | 26 class Module; variable
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.h | 23 class Module; variable
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | ModelInjector.h | 40 class Module; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | IntrinsicLowering.h | 23 class Module; variable
|