Home
last modified time | relevance | path

Searched defs:LCI (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Object/
DMachOObjectFile.cpp95 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in moveToNextSymbol() local
111 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSymbolTableEntry() local
126 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSymbol64TableEntry() local
251 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in moveToNextSection() local
281 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSection() local
290 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSection64() local
296 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in is64BitLoadCommand() local
309 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSectionName() local
319 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSectionName() local
DMachOObject.cpp181 void MachOObject::ReadSegmentLoadCommand(const LoadCommandInfo &LCI, in ReadSegmentLoadCommand()
199 void MachOObject::ReadSegment64LoadCommand(const LoadCommandInfo &LCI, in ReadSegment64LoadCommand()
213 void MachOObject::ReadSymtabLoadCommand(const LoadCommandInfo &LCI, in ReadSymtabLoadCommand()
241 void MachOObject::ReadDysymtabLoadCommand(const LoadCommandInfo &LCI, in ReadDysymtabLoadCommand()
272 void MachOObject::ReadSection(const LoadCommandInfo &LCI, in ReadSection()
295 void MachOObject::ReadSection64(const LoadCommandInfo &LCI, in ReadSection64()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp128 const MachOObject::LoadCommandInfo &LCI) { in DumpSegmentCommand()
164 const MachOObject::LoadCommandInfo &LCI) { in DumpSegment64Command()
215 const MachOObject::LoadCommandInfo &LCI) { in DumpSymtabCommand()
266 const MachOObject::LoadCommandInfo &LCI) { in DumpDysymtabCommand()
314 const MachOObject::LoadCommandInfo &LCI = Obj.getLoadCommandInfo(Index); in DumpLoadCommand() local
/external/llvm/include/llvm/Analysis/
DLibCallAliasAnalysis.h28 LibCallInfo *LCI; member
/external/llvm/lib/Analysis/
DLibCallAliasAnalysis.cpp26 FunctionPass *llvm::createLibCallAliasAnalysisPass(LibCallInfo *LCI) { in createLibCallAliasAnalysisPass()
DScalarEvolution.cpp3599 if (ConstantInt *LCI = dyn_cast<ConstantInt>(BO->getOperand(1))) in createSCEV() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp426 const MachOObject::LoadCommandInfo &LCI = Obj->getLoadCommandInfo(i); in loadObject() local