Searched defs:Entry (Results 76 - 100 of 106) sorted by relevance

12345

/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMachObjectWriter.cpp423 MCSymbolData &Entry = Asm.getOrCreateSymbolData(*it->Symbol, &Created); local
469 uint64_t &Entry = StringIndexMap[Symbol.getName()]; local
505 uint64_t &Entry = StringIndexMap[Symbol.getName()]; local
[all...]
H A DELFObjectWriter.cpp938 uint64_t &Entry = StringIndexMap[Name]; local
H A DMCDwarf.cpp655 const MCGenDwarfLabelEntry *Entry = *it; local
689 const MCGenDwarfLabelEntry *Entry = *it; local
772 MCGenDwarfLabelEntry *Entry = local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DMachOObjectFile.cpp124 InMemoryStruct<macho::Symbol64TableEntry> Entry; local
128 InMemoryStruct<macho::SymbolTableEntry> Entry; local
138 InMemoryStruct<macho::Symbol64TableEntry> Entry; local
147 InMemoryStruct<macho::SymbolTableEntry> Entry; local
163 InMemoryStruct<macho::Symbol64TableEntry> Entry; local
167 InMemoryStruct<macho::SymbolTableEntry> Entry; local
181 InMemoryStruct<macho::Symbol64TableEntry> Entry; local
209 InMemoryStruct<macho::SymbolTableEntry> Entry; local
251 InMemoryStruct<macho::Symbol64TableEntry> Entry; local
256 InMemoryStruct<macho::SymbolTableEntry> Entry; local
287 InMemoryStruct<macho::Symbol64TableEntry> Entry; local
292 InMemoryStruct<macho::SymbolTableEntry> Entry; local
326 InMemoryStruct<macho::Symbol64TableEntry> Entry; local
330 InMemoryStruct<macho::SymbolTableEntry> Entry; local
347 InMemoryStruct<macho::Symbol64TableEntry> Entry; local
351 InMemoryStruct<macho::SymbolTableEntry> Entry; local
639 InMemoryStruct<macho::Symbol64TableEntry> Entry; local
644 InMemoryStruct<macho::SymbolTableEntry> Entry; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp762 BasicBlock *Entry = BasicBlock::Create(*Ctx, "entry", FlushF); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp240 BasicBlock &Entry = F.getEntryBlock(); local
H A DGVN.cpp712 BasicBlock *Entry = BBWorklist.pop_back_val(); local
H A DLoopStrengthReduce.cpp1707 unsigned Entry, Latch; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DType.cpp337 IntegerType *&Entry = C.pImpl->IntegerTypes[NumBits]; local
480 EntryTy *Entry = &getContext().pImpl->NamedStructTypes.GetOrCreateValue(Name); local
700 ArrayType *&Entry = local
729 VectorType *&Entry = ElementType->getContext().pImpl local
754 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] local
[all...]
H A DConstants.cpp1177 ConstantAggregateZero *&Entry = Ty->getContext().pImpl->CAZConstants[Ty]; local
1232 ConstantPointerNull *&Entry = Ty->getContext().pImpl->CPNConstants[Ty]; local
1252 UndefValue *&Entry = Ty->getContext().pImpl->UVConstants[Ty]; local
2156 ConstantDataSequential **Entry = &Slot.getValue(); local
2181 ConstantDataSequential **Entry = &Slot->getValue(); local
[all...]
H A DVerifier.cpp701 BasicBlock *Entry = &F.getEntryBlock(); local
703 "Entry block to function must not have predecessors!", Entry); local
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp44 BasicBlock *Entry = BasicBlock::Create(M->getContext(), "entry", F); local
319 BasicBlock *Entry = BasicBlock::Create(Context, "entry", TestFunction); local
565 BasicBlock *Entry = BasicBlock::Create(Context, "entry", F); local
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dasm.h371 #define Entry(x,tag) .globl EXT(x); ELF_FUNC(EXT(x)); .long tag;.align FALIGN; LEXT(x) macro
386 #define Entry(x,tag) .text@.align FALIGN@ .globl EXT(x)@ LEXT(x) macro
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCAssembler.h933 MCSectionData *Entry = SectionMap.lookup(&Section); local
940 MCSectionData *&Entry = SectionMap[&Section]; local
950 MCSymbolData *Entry = SymbolMap.lookup(&Symbol); local
957 MCSymbolData *&Entry = SymbolMap[&Symbol]; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp424 unsigned &Entry = SectionMap[GV->getSection()]; local
436 unsigned &Entry = SectionMap[F->getSection()]; local
445 unsigned &Entry = GCMap[F->getGC()]; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp49 DIEEntry *CompileUnit::createDIEEntry(DIE *Entry) { argument
115 addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, DIE *Entry) argument
884 DIEEntry *Entry = getDIEEntry(Element); local
[all...]
H A DDwarfDebug.cpp202 std::pair<MCSymbol*, unsigned> &Entry = StringPool[Str]; local
2042 DotDebugLocEntry &Entry = *I; local
2056 DotDebugLocEntry &Entry = *I; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreISelLowering.cpp482 TargetLowering::ArgListEntry Entry; local
541 TargetLowering::ArgListEntry Entry; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DAsmMatcherEmitter.cpp973 ClassInfo *&Entry = TokenClasses[Token]; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkEntry.c140 } Entry; typedef in typeref:struct:__anon13309
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2310 TargetLowering::ArgListEntry Entry; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3676 const ARM_MLxEntry &Entry = ARM_MLxTable[I->second]; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelLowering.cpp64 TargetLowering::ArgListEntry Entry; local
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DNodes.h1636 struct Entry { struct in class:JSC::ObjectPatternNode
1637 Entry(const Identifier& propertyName, bool wasString, DeconstructionPatternNode* pattern) function in struct:JSC::ObjectPatternNode::Entry
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelLowering.cpp1797 ArgListEntry Entry; local

Completed in 328 milliseconds

12345