Searched refs:LCI (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLibCallAliasAnalysis.cpp26 FunctionPass *llvm::createLibCallAliasAnalysisPass(LibCallInfo *LCI) { argument
27 return new LibCallAliasAnalysis(LCI);
31 delete LCI;
68 LCI->getLocationInfo(Details[i].LocationID);
89 LCI->getLocationInfo(Details[i].LocationID);
124 // If this is a direct call to a function that LCI knows about, get the
126 if (LCI) {
128 if (const LibCallFunctionInfo *FI = LCI->getFunctionInfo(F)) {
H A DScalarEvolution.cpp3707 if (ConstantInt *LCI = dyn_cast<ConstantInt>(BO->getOperand(1)))
3709 LCI->getValue() == CI->getValue())
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DMachOObject.h142 const LoadCommandInfo &LCI,
145 const LoadCommandInfo &LCI,
148 const LoadCommandInfo &LCI,
151 const LoadCommandInfo &LCI,
154 const LoadCommandInfo &LCI,
161 const LoadCommandInfo &LCI,
165 const LoadCommandInfo &LCI,
/macosx-10.10.1/llvmCore-3425.0.34/tools/macho-dump/
H A Dmacho-dump.cpp128 const MachOObject::LoadCommandInfo &LCI) {
130 Obj.ReadSegmentLoadCommand(LCI, SLC);
144 Obj.ReadSection(LCI, i, Sect);
164 const MachOObject::LoadCommandInfo &LCI) {
166 Obj.ReadSegment64LoadCommand(LCI, SLC);
180 Obj.ReadSection64(LCI, i, Sect);
215 const MachOObject::LoadCommandInfo &LCI) {
217 Obj.ReadSymtabLoadCommand(LCI, SLC);
266 const MachOObject::LoadCommandInfo &LCI) {
268 Obj.ReadDysymtabLoadCommand(LCI, DL
127 DumpSegmentCommand(MachOObject &Obj, const MachOObject::LoadCommandInfo &LCI) argument
163 DumpSegment64Command(MachOObject &Obj, const MachOObject::LoadCommandInfo &LCI) argument
214 DumpSymtabCommand(MachOObject &Obj, const MachOObject::LoadCommandInfo &LCI) argument
265 DumpDysymtabCommand(MachOObject &Obj, const MachOObject::LoadCommandInfo &LCI) argument
313 DumpLinkeditDataCommand(MachOObject &Obj, const MachOObject::LoadCommandInfo &LCI) argument
335 DumpDataInCodeDataCommand(MachOObject &Obj, const MachOObject::LoadCommandInfo &LCI) argument
366 const MachOObject::LoadCommandInfo &LCI = Obj.getLoadCommandInfo(Index); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DLibCallAliasAnalysis.h28 LibCallInfo *LCI; member in struct:llvm::LibCallAliasAnalysis
31 : FunctionPass(ID), LCI(LC) {
35 : FunctionPass(ID), LCI(LC) {
H A DPasses.h70 /// about the semantics of a set of libcalls specified by LCI. The newly
73 FunctionPass *createLibCallAliasAnalysisPass(LibCallInfo *LCI);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DMachOObject.cpp183 void MachOObject::ReadSegmentLoadCommand(const LoadCommandInfo &LCI, argument
185 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res);
201 void MachOObject::ReadSegment64LoadCommand(const LoadCommandInfo &LCI, argument
203 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res);
215 void MachOObject::ReadSymtabLoadCommand(const LoadCommandInfo &LCI, argument
217 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res);
243 void MachOObject::ReadDysymtabLoadCommand(const LoadCommandInfo &LCI, argument
245 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res);
255 void MachOObject::ReadLinkeditDataLoadCommand(const LoadCommandInfo &LCI, argument
257 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI
286 ReadSection(const LoadCommandInfo &LCI, unsigned Index, InMemoryStruct<macho::Section> &Res) const argument
309 ReadSection64(const LoadCommandInfo &LCI, unsigned Index, InMemoryStruct<macho::Section64> &Res) const argument
[all...]
H A DMachOObjectFile.cpp69 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
70 if (LCI.Command.Type == macho::LCT_Symtab) {
72 MachOObj->ReadSymtabLoadCommand(LCI, SymtabLoadCmd);
85 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
86 MachOObj->ReadSymtabLoadCommand(LCI, SymtabLoadCmd);
100 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
101 MachOObj->ReadSymtabLoadCommand(LCI, SymtabLoadCmd);
418 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
419 if (LCI.Command.Type == macho::LCT_Segment) {
421 MachOObj->ReadSegmentLoadCommand(LCI, SegmentLoadCm
448 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
464 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
470 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
483 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
493 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-objdump/
H A DMachODump.cpp222 const MachOObject::LoadCommandInfo &LCI = local
224 if (LCI.Command.Type == macho::LCT_FunctionStarts) {
228 MachOObj->getObject()->ReadLinkeditDataLoadCommand(LCI, LLC);
280 const MachOObject::LoadCommandInfo &LCI = MachOObj->getLoadCommandInfo(i); local
281 if (LCI.Command.Type == macho::LCT_Symtab) {
282 SymtabLCI = &LCI;
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dpod2man.pl751 }x && $` !~ /([LCI]<[^<>]*|-)$/ && !/^=\w/)
753 warn "$0: bad option in paragraph $. of $ARGV: ``$1'' should be [LCI]<$1>\n";

Completed in 376 milliseconds