Searched defs:Base (Results 1 - 25 of 151) sorted by relevance

1234567

/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DStringRefMemoryObject.h27 uint64_t Base; member in class:llvm::StringRefMemoryObject
H A DRecyclingAllocator.h31 Recycler<T, Size, Align> Base; member in class:llvm::RecyclingAllocator
H A DCallSite.h298 CallInst, InvokeInst, User::op_iterator> Base; typedef in class:llvm::CallSite
319 typedef CallSiteBase<> Base; typedef in class:llvm::ImmutableCallSite
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.cpp62 const MCOperand &Base = MI->getOperand(OpNo); local
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.h76 void setPICBase(uintptr_t Base) { PICBase = Base; } argument
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclVisitor.h31 class Base { class in namespace:clang::declvisitor
H A DBaseSubobject.h30 const CXXRecordDecl *Base; member in class:clang::BaseSubobject
37 BaseSubobject(const CXXRecordDecl *Base, CharUnits BaseOffset) argument
68 static unsigned getHashValue(const clang::BaseSubobject &Base) { argument
[all...]
H A DVTTBuilder.h34 VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual) argument
36 VTTVTable(BaseSubobject Base, bool BaseIsVirtual) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTTypeTraits.cpp50 bool ASTNodeKind::isBaseOf(NodeKindId Base, NodeKindId Derived) { argument
H A DVTTBuilder.cpp39 void VTTBuilder::AddVTablePointer(BaseSubobject Base, uint64_t VTableIndex, argument
56 void VTTBuilder::LayoutSecondaryVTTs(BaseSubobject Base) { argument
79 VTTBuilder::LayoutSecondaryVirtualPointers(BaseSubobject Base, argument
147 LayoutSecondaryVirtualPointers(BaseSubobject Base, uint64_t VTableIndex) argument
180 LayoutVTT(BaseSubobject Base, bool BaseIsVirtual) argument
[all...]
H A DMicrosoftCXXABI.cpp86 const CXXRecordDecl *Base = local
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DLoads.cpp59 Value *Base = V; local
/freebsd-10.1-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp113 const MachineOperand &Base = MI->getOperand(OpNum); local
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/InstPrinter/
H A DSystemZInstPrinter.cpp21 void SystemZInstPrinter::printAddress(unsigned Base, int64_t Disp, argument
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp171 const MachineOperand &Base = MI->getOperand(OpNo); local
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp74 SelectADDRri(SDValue Addr, SDValue &Base, SDValue &Offset) argument
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp118 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups); local
127 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups); local
136 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups); local
146 uint64_t Base local
157 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups); local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.cpp74 unsigned Base = i + Offset; local
/freebsd-10.1-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp87 bool XCoreDAGToDAGISel::SelectADDRspii(SDValue Addr, SDValue &Base, argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTT.cpp125 getSubVTTIndex(const CXXRecordDecl *RD, BaseSubobject Base) argument
151 getSecondaryVirtualPointerIndex(const CXXRecordDecl *RD, BaseSubobject Base) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp72 EmitNode( const ChildMap &Tree, raw_ostream &OS, Record *Base) argument
[all...]
/freebsd-10.1-release/sys/contrib/dev/acpica/components/executer/
H A Dexconvrt.c447 UINT16 Base = 16; local
315 AcpiExConvertToAscii( UINT64 Integer, UINT16 Base, UINT8 *String, UINT8 DataWidth) argument
H A Dexutils.c379 AcpiExDigitsNeeded( UINT64 Value, UINT32 Base) argument
/freebsd-10.1-release/sys/contrib/dev/acpica/components/utilities/
H A Dutstring.c200 AcpiUtStrtoul64( char *String, UINT32 Base, UINT64 *RetInteger) argument
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h196 typedef InstVisitor<DerivedT> Base; typedef in class:llvm::PtrUseVisitor

Completed in 150 milliseconds

1234567