/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 780 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 794 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 802 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 816 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 824 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 838 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 846 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 858 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 870 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 877 if (Constant *LC = dyn_cast<Constant>(LHS)) variable [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MachOEmitter.cpp | 108 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, in writeLoadCommandData() 114 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 131 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 145 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString() 155 size_t writeLoadCommandData<MachO::dylib_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 162 size_t writeLoadCommandData<MachO::dylinker_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 169 size_t writeLoadCommandData<MachO::rpath_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 177 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 209 for (auto &LC : Obj.LoadCommands) { in writeLoadCommands() local 259 for (auto &LC : Obj.LoadCommands) { in writeSectionData() local [all …]
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | Object.cpp | 37 LoadCommand &LC = LoadCommands[Index]; in updateLoadCommandIndexes() local 63 [&](const LoadCommand &LC) { return !ToRemove(LC); }); in removeLoadCommands() 95 for (const LoadCommand &LC : LoadCommands) in removeSections() local 117 for (const LoadCommand &LC : LoadCommands) { in nextAvailableSegmentAddress() local 153 LoadCommand LC; in addSegment() local
|
D | MachOObjcopy.cpp | 30 static bool isLoadCommandWithPayloadString(const LoadCommand &LC) { in isLoadCommandWithPayloadString() 40 static StringRef getPayloadString(const LoadCommand &LC) { in getPayloadString() 112 static void updateLoadCommandPayloadString(LoadCommand &LC, StringRef S) { in updateLoadCommandPayloadString() 124 LoadCommand LC; in buildRPathLoadCommand() local 141 &Config](const LoadCommand &LC) { in processLoadCommands()
|
D | MachOReader.cpp | 120 LoadCommand LC; in readLoadCommands() local 219 for (auto &LC : O.LoadCommands) in setSymbolInRelocationInfo() local 265 const MachO::linkedit_data_command &LC = in readLinkData() local 303 for (const LoadCommand &LC : O.LoadCommands) in readSwiftVersion() local
|
D | MachOWriter.cpp | 122 for (const LoadCommand &LC : O.LoadCommands) in totalSize() local 167 for (const LoadCommand &LC : O.LoadCommands) { in writeLoadCommands() local 249 for (const LoadCommand &LC : O.LoadCommands) in writeSections() local
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | MachOEmitter.cpp | 119 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, in writeLoadCommandData() 125 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 142 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 156 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString() 166 size_t writeLoadCommandData<MachO::dylib_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 173 size_t writeLoadCommandData<MachO::dylinker_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 180 size_t writeLoadCommandData<MachO::rpath_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 188 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 220 for (auto &LC : Obj.LoadCommands) { in writeLoadCommands() local 269 for (auto &LC : Obj.LoadCommands) { in writeSectionData() local [all …]
|
/external/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 111 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writeLoadCommandData() 116 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 130 writeLoadCommandData<MachO::segment_command_64>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 143 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString() 153 size_t writeLoadCommandData<MachO::dylib_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 159 size_t writeLoadCommandData<MachO::dylinker_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 165 size_t writeLoadCommandData<MachO::rpath_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 189 for (auto &LC : Obj.LoadCommands) { in writeLoadCommands() local 231 for (auto &LC : Obj.LoadCommands) { in writeSectionData() local 342 for (auto &LC : Obj.LoadCommands) { in writeLinkEditData() local [all …]
|
/external/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 108 MachOYAML::LoadCommand &LC, in processLoadCommandData() 115 MachOYAML::LoadCommand &LC, in processLoadCommandData() 123 MachOYAML::LoadCommand &LC, in processLoadCommandData() 131 readString(MachOYAML::LoadCommand &LC, in readString() 142 MachOYAML::LoadCommand &LC, in processLoadCommandData() 149 MachOYAML::LoadCommand &LC, in processLoadCommandData() 156 MachOYAML::LoadCommand &LC, in processLoadCommandData() 182 MachOYAML::LoadCommand LC; in dumpLoadCommands() local
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 196 MachOYAML::LoadCommand &LC, in processLoadCommandData() 205 MachOYAML::LoadCommand &LC, in processLoadCommandData() 215 MachOYAML::LoadCommand &LC, in processLoadCommandData() 224 readString(MachOYAML::LoadCommand &LC, in readString() 236 MachOYAML::LoadCommand &LC, in processLoadCommandData() 245 MachOYAML::LoadCommand &LC, in processLoadCommandData() 254 MachOYAML::LoadCommand &LC, in processLoadCommandData() 263 MachOYAML::LoadCommand &LC, in processLoadCommandData() 303 MachOYAML::LoadCommand LC; in dumpLoadCommands() local
|
/external/clang/test/CodeGenCXX/ |
D | mangle-extern-local.cpp | 29 struct LC { int localfunc() { extern int var4; return var4; } }; in f3() argument
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle-extern-local.cpp | 29 struct LC { int localfunc() { extern int var4; return var4; } }; in f3() struct
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1151 auto *LC = dyn_cast<Constant>(L); in foldConstant() local 1197 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1214 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1231 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1248 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1262 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1286 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1307 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1327 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1349 if (auto *LC = dyn_cast<Constant>(LHS)) variable [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | TraversalChecker.cpp | 80 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPreCall() local 97 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPostCall() local
|
D | ExprInspectionChecker.cpp | 75 const LocationContext *LC = N->getLocationContext(); in getArgumentValueString() local 115 const LocationContext *LC = C.getPredecessor()->getLocationContext(); in analyzerEval() local 132 const LocationContext *LC = C.getPredecessor()->getLocationContext(); in analyzerCheckInlined() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | TraversalChecker.cpp | 84 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPreCall() local 101 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPostCall() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1167 auto *LC = dyn_cast<Constant>(L); in foldConstant() local 1213 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1230 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1247 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1264 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1278 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1302 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1323 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1343 if (auto *LC = dyn_cast<Constant>(LHS)) variable 1365 if (auto *LC = dyn_cast<Constant>(LHS)) variable [all …]
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | PrettyStackTraceLocationContext.h | 31 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext()
|
D | ExprEngine.cpp | 135 const LocationContext *LC) in ConstructedObjectKey() 310 ProgramStateRef State, const LocationContext *LC, in createTemporaryRegionIfNeeded() 463 const LocationContext *LC, SVal V) { in addObjectUnderConstruction() 476 const LocationContext *LC) { in getObjectUnderConstruction() 484 const LocationContext *LC) { in finishObjectConstruction() 492 const LocationContext *LC) { in elideDestructor() 502 const LocationContext *LC) { in cleanupElidedDestructor() 510 const LocationContext *LC) { in isDestructorElided() 518 const LocationContext *LC = FromLC; in areAllObjectsFullyConstructed() local 609 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { in printJson() [all …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PrettyStackTraceLocationContext.h | 32 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Store.h | 87 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) { in getLValueVar() 92 const LocationContext *LC) { in getLValueCompoundLiteral()
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Store.h | 134 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) { in getLValueVar() 139 const LocationContext *LC) { in getLValueCompoundLiteral()
|
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/ |
D | debug-types-line-tables.s | 130 .LC: label
|
/external/clang/lib/Analysis/ |
D | ProgramPoint.cpp | 22 const LocationContext *LC, in getProgramPoint()
|
/external/clang/examples/analyzer-plugin/ |
D | MainCallChecker.cpp | 20 const LocationContext *LC = C.getLocationContext(); in checkPreStmt() local
|