/external/swiftshader/third_party/LLVM/lib/Object/ |
D | MachOObject.cpp | 182 void MachOObject::ReadSegmentLoadCommand(const LoadCommandInfo &LCI, in ReadSegmentLoadCommand() 200 void MachOObject::ReadSegment64LoadCommand(const LoadCommandInfo &LCI, in ReadSegment64LoadCommand() 214 void MachOObject::ReadSymtabLoadCommand(const LoadCommandInfo &LCI, in ReadSymtabLoadCommand() 242 void MachOObject::ReadDysymtabLoadCommand(const LoadCommandInfo &LCI, in ReadDysymtabLoadCommand() 254 void MachOObject::ReadLinkeditDataLoadCommand(const LoadCommandInfo &LCI, in ReadLinkeditDataLoadCommand() 285 void MachOObject::ReadSection(const LoadCommandInfo &LCI, in ReadSection() 308 void MachOObject::ReadSection64(const LoadCommandInfo &LCI, in ReadSection64()
|
D | MachOObjectFile.cpp | 61 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in moveToNextSymbol() local 77 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSymbolTableEntry() local 92 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSymbol64TableEntry() local 282 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in moveToNextSection() local 312 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSection() local 328 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSection64() local 334 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in is64BitLoadCommand() local 347 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSectionName() local 357 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSectionName() local
|
/external/swiftshader/third_party/LLVM/tools/macho-dump/ |
D | macho-dump.cpp | 128 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) { in DumpLinkeditDataCommand() 337 const MachOObject::LoadCommandInfo &LCI = Obj.getLoadCommandInfo(Index); in DumpLoadCommand() local
|
/external/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 127 for (const auto &LCI : Obj.load_commands()) { in iterateOnSegments() local 206 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection() 213 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection() 227 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, in transferSegmentAndSections() 352 for (auto &LCI : InputBinary.load_commands()) { in generateDsymCompanion() local 450 for (auto &LCI : InputBinary.load_commands()) { in generateDsymCompanion() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 142 for (const auto &LCI : Obj.load_commands()) { in iterateOnSegments() local 221 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection() 228 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection() 242 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, in transferSegmentAndSections() 376 for (auto &LCI : InputBinary.load_commands()) { in generateDsymCompanion() local 473 for (auto &LCI : InputBinary.load_commands()) { in generateDsymCompanion() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | LibCallAliasAnalysis.h | 28 LibCallInfo *LCI; member
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LibCallAliasAnalysis.cpp | 26 FunctionPass *llvm::createLibCallAliasAnalysisPass(LibCallInfo *LCI) { in createLibCallAliasAnalysisPass()
|
D | ScalarEvolution.cpp | 3700 if (ConstantInt *LCI = dyn_cast<ConstantInt>(BO->getOperand(1))) in createSCEV() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 195 LineCoverageIterator LCI{CoverageInfo, 1}; in print() local
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | MachODump.cpp | 222 const MachOObject::LoadCommandInfo &LCI = MachOObj->getLoadCommandInfo(i); in getSectionsAndSymbols() local 313 const MachOObject::LoadCommandInfo &LCI = MachOObj->getLoadCommandInfo(i); in DisassembleInputMachO() local
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 426 const MachOObject::LoadCommandInfo &LCI = Obj->getLoadCommandInfo(i); in loadObject() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5110 if (ConstantInt *LCI = dyn_cast<ConstantInt>(LBO->getOperand(1))) in createSCEV() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6317 if (ConstantInt *LCI = dyn_cast<ConstantInt>(LBO->getOperand(1))) in createSCEV() local
|