/external/llvm/tools/macho-dump/ |
D | macho-dump.cpp | 128 const MachOObject::LoadCommandInfo &LCI) { in DumpSegmentCommand() argument 130 Obj.ReadSegmentLoadCommand(LCI, SLC); in DumpSegmentCommand() 144 Obj.ReadSection(LCI, i, Sect); in DumpSegmentCommand() 164 const MachOObject::LoadCommandInfo &LCI) { in DumpSegment64Command() argument 166 Obj.ReadSegment64LoadCommand(LCI, SLC); in DumpSegment64Command() 180 Obj.ReadSection64(LCI, i, Sect); in DumpSegment64Command() 215 const MachOObject::LoadCommandInfo &LCI) { in DumpSymtabCommand() argument 217 Obj.ReadSymtabLoadCommand(LCI, SLC); in DumpSymtabCommand() 266 const MachOObject::LoadCommandInfo &LCI) { in DumpDysymtabCommand() argument 268 Obj.ReadDysymtabLoadCommand(LCI, DLC); in DumpDysymtabCommand() [all …]
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 95 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in moveToNextSymbol() local 96 if (LCI.Command.Type == macho::LCT_Symtab) { in moveToNextSymbol() 98 MachOObj->ReadSymtabLoadCommand(LCI, SymtabLoadCmd); in moveToNextSymbol() 111 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSymbolTableEntry() local 112 MachOObj->ReadSymtabLoadCommand(LCI, SymtabLoadCmd); in getSymbolTableEntry() 126 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSymbol64TableEntry() local 127 MachOObj->ReadSymtabLoadCommand(LCI, SymtabLoadCmd); in getSymbol64TableEntry() 251 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in moveToNextSection() local 252 if (LCI.Command.Type == macho::LCT_Segment) { in moveToNextSection() 254 MachOObj->ReadSegmentLoadCommand(LCI, SegmentLoadCmd); in moveToNextSection() [all …]
|
D | MachOObject.cpp | 181 void MachOObject::ReadSegmentLoadCommand(const LoadCommandInfo &LCI, in ReadSegmentLoadCommand() argument 183 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res); in ReadSegmentLoadCommand() 199 void MachOObject::ReadSegment64LoadCommand(const LoadCommandInfo &LCI, in ReadSegment64LoadCommand() argument 201 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res); in ReadSegment64LoadCommand() 213 void MachOObject::ReadSymtabLoadCommand(const LoadCommandInfo &LCI, in ReadSymtabLoadCommand() argument 215 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res); in ReadSymtabLoadCommand() 241 void MachOObject::ReadDysymtabLoadCommand(const LoadCommandInfo &LCI, in ReadDysymtabLoadCommand() argument 243 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res); in ReadDysymtabLoadCommand() 272 void MachOObject::ReadSection(const LoadCommandInfo &LCI, in ReadSection() argument 275 assert(LCI.Command.Type == macho::LCT_Segment && in ReadSection() [all …]
|
/external/llvm/lib/Analysis/ |
D | LibCallAliasAnalysis.cpp | 26 FunctionPass *llvm::createLibCallAliasAnalysisPass(LibCallInfo *LCI) { in createLibCallAliasAnalysisPass() argument 27 return new LibCallAliasAnalysis(LCI); in createLibCallAliasAnalysisPass() 31 delete LCI; in ~LibCallAliasAnalysis() 68 LCI->getLocationInfo(Details[i].LocationID); in AnalyzeLibCallDetails() 89 LCI->getLocationInfo(Details[i].LocationID); in AnalyzeLibCallDetails() 126 if (LCI) { in getModRefInfo() 128 if (const LibCallFunctionInfo *FI = LCI->getFunctionInfo(F)) { in getModRefInfo()
|
D | ScalarEvolution.cpp | 3599 if (ConstantInt *LCI = dyn_cast<ConstantInt>(BO->getOperand(1))) in createSCEV() local 3601 LCI->getValue() == CI->getValue()) in createSCEV()
|
/external/llvm/include/llvm/Object/ |
D | MachOObject.h | 142 const LoadCommandInfo &LCI, 145 const LoadCommandInfo &LCI, 148 const LoadCommandInfo &LCI, 151 const LoadCommandInfo &LCI, 158 const LoadCommandInfo &LCI, 162 const LoadCommandInfo &LCI,
|
/external/llvm/include/llvm/Analysis/ |
D | LibCallAliasAnalysis.h | 28 LibCallInfo *LCI; member 31 : FunctionPass(ID), LCI(LC) { in FunctionPass() 35 : FunctionPass(ID), LCI(LC) { in LibCallAliasAnalysis()
|
D | Passes.h | 73 FunctionPass *createLibCallAliasAnalysisPass(LibCallInfo *LCI);
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 426 const MachOObject::LoadCommandInfo &LCI = Obj->getLoadCommandInfo(i); in loadObject() local 427 switch (LCI.Command.Type) { in loadObject() 432 SegmentLCI = &LCI; in loadObject() 437 SymtabLCI = &LCI; in loadObject() 442 DysymtabLCI = &LCI; in loadObject()
|
/external/icu4c/data/unidata/ |
D | DerivedJoiningType.txt | 194 0F86..0F87 ; T # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
|
D | DerivedBidiClass.txt | 1620 0F86..0F87 ; NSM # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
|
D | UnicodeData.txt | 3241 0F86;TIBETAN SIGN LCI RTAGS;Mn;230;NSM;;;;;N;;;;;
|
/external/harfbuzz/contrib/tables/ |
D | GraphemeBreakProperty.txt | 159 0F86..0F87 ; Extend # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
|
D | DerivedCombiningClass.txt | 1811 0F86..0F87 ; 230 # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
|
D | Scripts.txt | 1099 0F86..0F87 ; Tibetan # Mn [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
|
D | DerivedGeneralCategory.txt | 2106 0F86..0F87 ; Mn # [2] TIBETAN SIGN LCI RTAGS..TIBETAN SIGN YANG RTAGS
|