Searched defs:Context (Results 1 - 25 of 293) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DLambdaMangleContext.cpp24 ASTContext &Context = CallOperator->getASTContext(); local
H A DItaniumCXXABI.cpp32 ASTContext &Context; member in class:__anon2976::ItaniumCXXABI
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DLeakDetector.cpp27 static void clearGarbage(LLVMContext &Context) { argument
52 void LeakDetector::checkForGarbageImpl(LLVMContext &Context, argument
/freebsd-10.0-release/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.h37 struct Context { struct in class:llvm::DifferenceEngine
38 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) { function in struct:llvm::DifferenceEngine::Context
H A Dllvm-diff.cpp35 static Module *ReadModule(LLVMContext &Context, StringRef Name) { argument
72 LLVMContext Context; local
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DTypeBuilder.h106 static PointerType *get(LLVMContext &Context) { argument
117 static ArrayType *get(LLVMContext &Context) { argument
124 static ArrayType *get(LLVMContext &Context) { argument
249 get(LLVMContext &Context) argument
255 get(LLVMContext &Context) argument
266 get(LLVMContext &Context) argument
278 get(LLVMContext &Context) argument
293 get(LLVMContext &Context) argument
309 get(LLVMContext &Context) argument
324 get(LLVMContext &Context) argument
331 get(LLVMContext &Context) argument
341 get(LLVMContext &Context) argument
353 get(LLVMContext &Context) argument
368 get(LLVMContext &Context) argument
384 get(LLVMContext &Context) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DMangler.h36 MCContext &Context; member in class:llvm::Mangler
/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DParser.cpp25 ParseAssembly(MemoryBuffer *F, Module *M, SMDiagnostic &Err, LLVMContext &Context) argument
43 ParseAssemblyFile(const std::string &Filename, SMDiagnostic &Err, LLVMContext &Context) argument
55 ParseAssemblyString(const char *AsmString, Module *M, SMDiagnostic &Err, LLVMContext &Context) argument
/freebsd-10.0-release/contrib/llvm/lib/IRReader/
H A DIRReader.cpp29 getLazyIRModule(MemoryBuffer *Buffer, SMDiagnostic &Err, LLVMContext &Context) argument
48 getLazyIRFileModule(const std::string &Filename, SMDiagnostic &Err, LLVMContext &Context) argument
60 ParseIR(MemoryBuffer *Buffer, SMDiagnostic &Err, LLVMContext &Context) argument
79 ParseIRFile(const std::string &Filename, SMDiagnostic &Err, LLVMContext &Context) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp20 MCELFStreamer* createMipsELFStreamer(MCContext &Context, MCAsmBackend &TAB, argument
H A DMipsELFStreamer.h21 MipsELFStreamer(MCContext &Context, MCAsmBackend &TAB, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTCommon.h34 TypeID MakeTypeID(ASTContext &Context, QualType T, IdxForTypeTy IdxForType) { argument
/freebsd-10.0-release/contrib/llvm/tools/llvm-as/
H A Dllvm-as.cpp91 LLVMContext &Context = getGlobalContext(); local
/freebsd-10.0-release/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp81 LLVMContext &Context = getGlobalContext(); local
56 LoadFile(const char *argv0, const std::string &FN, LLVMContext& Context) argument
/freebsd-10.0-release/contrib/llvm/tools/llvm-ranlib/
H A Dllvm-ranlib.cpp51 LLVMContext &Context = getGlobalContext(); local
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Dasllength.c88 LnInitLengthsWalk( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
121 LnPackageLengthWalk( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
H A Dasllookup.c113 LkIsObjectUsed( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Daslnamesp.c157 NsDoOneNamespaceObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
401 NsDoOnePathname( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
/freebsd-10.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsinit.c86 AcpiDsInitOneObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
/freebsd-10.0-release/sys/contrib/dev/acpica/components/events/
H A Devglock.c167 AcpiEvGlobalLockHandler( void *Context) argument
H A Devmisc.c211 AcpiEvNotifyDispatch( void *Context) argument
H A Devsci.c127 AcpiEvSciXruptHandler( void *Context) argument
176 AcpiEvGpeXruptHandler( void *Context) argument
[all...]
H A Devxfregn.c79 AcpiInstallAddressSpaceHandler( ACPI_HANDLE Device, ACPI_ADR_SPACE_TYPE SpaceId, ACPI_ADR_SPACE_HANDLER Handler, ACPI_ADR_SPACE_SETUP Setup, void *Context) argument
/freebsd-10.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsdumpdv.c76 AcpiNsDumpOneDevice( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h84 void *Context; // The CGPassManager object that is vending this. member in class:llvm::CallGraphSCC

Completed in 322 milliseconds

1234567891011>>