Home
last modified time | relevance | path

Searched defs:LC (Results 1 – 25 of 147) sorted by relevance

123456

/external/llvm/include/llvm/IR/
DIRBuilder.h780 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/
DMachOEmitter.cpp108 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/
DObject.cpp37 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
DMachOObjcopy.cpp30 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()
DMachOReader.cpp120 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
DMachOWriter.cpp122 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/
DMachOEmitter.cpp119 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/
Dyaml2macho.cpp111 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/
Dmacho2yaml.cpp108 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/
Dmacho2yaml.cpp196 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/
Dmangle-extern-local.cpp29 struct LC { int localfunc() { extern int var4; return var4; } }; in f3() argument
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-extern-local.cpp29 struct LC { int localfunc() { extern int var4; return var4; } }; in f3() struct
/external/llvm-project/llvm/include/llvm/IR/
DIRBuilder.h1151 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/
DTraversalChecker.cpp80 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPreCall() local
97 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPostCall() local
DExprInspectionChecker.cpp75 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/
DTraversalChecker.cpp84 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/
DIRBuilder.h1167 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/
DPrettyStackTraceLocationContext.h31 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext()
DExprEngine.cpp135 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/
DPrettyStackTraceLocationContext.h32 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h87 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/
DStore.h134 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/
Ddebug-types-line-tables.s130 .LC: label
/external/clang/lib/Analysis/
DProgramPoint.cpp22 const LocationContext *LC, in getProgramPoint()
/external/clang/examples/analyzer-plugin/
DMainCallChecker.cpp20 const LocationContext *LC = C.getLocationContext(); in checkPreStmt() local

123456