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

/external/swiftshader/third_party/LLVM/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.cpp3700 if (ConstantInt *LCI = dyn_cast<ConstantInt>(BO->getOperand(1)))
3702 LCI->getValue() == CI->getValue())
/external/swiftshader/third_party/LLVM/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,
/external/swiftshader/third_party/LLVM/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
337 const MachOObject::LoadCommandInfo &LCI = Obj.getLoadCommandInfo(Index); local
[all...]
/external/swiftshader/third_party/LLVM/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);
/external/swiftshader/third_party/LLVM/lib/Object/
H A DMachOObject.cpp182 void MachOObject::ReadSegmentLoadCommand(const LoadCommandInfo &LCI, argument
184 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res);
200 void MachOObject::ReadSegment64LoadCommand(const LoadCommandInfo &LCI, argument
202 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res);
214 void MachOObject::ReadSymtabLoadCommand(const LoadCommandInfo &LCI, argument
216 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res);
242 void MachOObject::ReadDysymtabLoadCommand(const LoadCommandInfo &LCI, argument
244 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res);
254 void MachOObject::ReadLinkeditDataLoadCommand(const LoadCommandInfo &LCI, argument
256 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI
285 ReadSection(const LoadCommandInfo &LCI, unsigned Index, InMemoryStruct<macho::Section> &Res) const argument
308 ReadSection64(const LoadCommandInfo &LCI, unsigned Index, InMemoryStruct<macho::Section64> &Res) const argument
[all...]
H A DMachOObjectFile.cpp61 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
62 if (LCI.Command.Type == macho::LCT_Symtab) {
64 MachOObj->ReadSymtabLoadCommand(LCI, SymtabLoadCmd);
77 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
78 MachOObj->ReadSymtabLoadCommand(LCI, SymtabLoadCmd);
92 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
93 MachOObj->ReadSymtabLoadCommand(LCI, SymtabLoadCmd);
282 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
283 if (LCI.Command.Type == macho::LCT_Segment) {
285 MachOObj->ReadSegmentLoadCommand(LCI, SegmentLoadCm
312 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
328 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
334 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
347 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
357 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); local
[all...]
/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp127 for (const auto &LCI : Obj.load_commands()) {
129 if (LCI.C.cmd == MachO::LC_SEGMENT)
130 Segment = adaptFrom32bits(Obj.getSegmentLoadCommand(LCI));
131 else if (LCI.C.cmd == MachO::LC_SEGMENT_64)
132 Segment = Obj.getSegment64LoadCommand(LCI);
206 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) {
207 return Obj.getSection(LCI, Idx);
213 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) {
214 return Obj.getSection64(LCI, Idx);
227 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentT
204 getSection(const object::MachOObjectFile &Obj, const MachO::segment_command &Seg, const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) argument
211 getSection(const object::MachOObjectFile &Obj, const MachO::segment_command_64 &Seg, const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) argument
226 transferSegmentAndSections( const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, const object::MachOObjectFile &Obj, MCObjectWriter &Writer, uint64_t LinkeditOffset, uint64_t LinkeditSize, uint64_t DwarfSegmentSize, uint64_t &GapForDwarf, uint64_t &EndAddress) argument
[all...]
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A DMachODump.cpp222 const MachOObject::LoadCommandInfo &LCI = MachOObj->getLoadCommandInfo(i); local
223 if (LCI.Command.Type == macho::LCT_Segment) {
225 MachOObj->ReadSegmentLoadCommand(LCI, SegmentLC);
230 MachOObj->ReadSection(LCI, SectNum, Sect);
234 } else if (LCI.Command.Type == macho::LCT_Segment64) {
236 MachOObj->ReadSegment64LoadCommand(LCI, Segment64LC);
242 MachOObj->ReadSection64(LCI, SectNum, Sect64);
245 } else if (LCI.Command.Type == macho::LCT_FunctionStarts) {
249 MachOObj->ReadLinkeditDataLoadCommand(LCI, LLC);
313 const MachOObject::LoadCommandInfo &LCI local
[all...]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp426 const MachOObject::LoadCommandInfo &LCI = Obj->getLoadCommandInfo(i); local
427 switch (LCI.Command.Type) {
432 SegmentLCI = &LCI;
437 SymtabLCI = &LCI;
442 DysymtabLCI = &LCI;
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp5110 if (ConstantInt *LCI = dyn_cast<ConstantInt>(LBO->getOperand(1)))
5112 LCI->getValue() == CI->getValue())

Completed in 342 milliseconds