Home
last modified time | relevance | path

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

1234

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.cpp35 LoadCommand &LC = LoadCommands[Index]; in updateLoadCommandIndexes() local
61 [&](const LoadCommand &LC) { return !ToRemove(LC); }); in removeLoadCommands()
93 for (const LoadCommand &LC : LoadCommands) in removeSections() local
115 for (const LoadCommand &LC : LoadCommands) { in nextAvailableSegmentAddress() local
151 LoadCommand LC; in addSegment() local
H A 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
H A DMachOObjcopy.cpp33 static bool isLoadCommandWithPayloadString(const LoadCommand &LC) { in isLoadCommandWithPayloadString()
43 static StringRef getPayloadString(const LoadCommand &LC) { in getPayloadString()
117 static void updateLoadCommandPayloadString(LoadCommand &LC, StringRef S) { in updateLoadCommandPayloadString()
129 LoadCommand LC; in buildRPathLoadCommand() local
146 &Config](const LoadCommand &LC) { in processLoadCommands()
H A DMachOWriter.cpp122 for (const LoadCommand &LC : O.LoadCommands) in totalSize() local
168 for (const LoadCommand &LC : O.LoadCommands) { in writeLoadCommands() local
250 for (const LoadCommand &LC : O.LoadCommands) in writeSections() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp119 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, 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()
180 size_t writeLoadCommandData<MachO::rpath_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
188 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData()
218 for (auto &LC : Obj.LoadCommands) { in writeLoadCommands() local
267 for (auto &LC : Obj.LoadCommands) { in writeSectionData() local
358 for (const MachOYAML::LoadCommand &LC : Obj.LoadCommands) { in writeRelocations() local
450 for (auto &LC : Obj.LoadCommands) { in writeLinkEditData() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A 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
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h1146 auto *LC = dyn_cast<Constant>(L); in foldConstant() local
1192 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1209 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1226 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1243 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1257 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1281 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1302 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1322 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1344 if (auto *LC = dyn_cast<Constant>(LHS)) variable
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp84 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPreCall() local
101 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPostCall() local
H A DExprInspectionChecker.cpp131 const LocationContext *LC = N->getLocationContext(); in getArgumentValueString() local
208 const LocationContext *LC = C.getPredecessor()->getLocationContext(); in analyzerEval() local
234 const LocationContext *LC = C.getPredecessor()->getLocationContext(); in analyzerCheckInlined() local
H A DAnalyzerStatsChecker.cpp49 const LocationContext *LC = GraphRoot->getLocation().getLocationContext(); in checkEndAnalysis() local
H A DUnreachableCodeChecker.cpp59 const LocationContext *LC = nullptr; in checkEndAnalysis() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPrettyStackTraceLocationContext.h31 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext()
H A DExprEngine.cpp135 const LocationContext *LC) in ConstructedObjectKey()
310 ProgramStateRef State, const LocationContext *LC, in createTemporaryRegionIfNeeded()
518 const LocationContext *LC = FromLC; in areAllObjectsFullyConstructed() local
691 const LocationContext *LC, in removeDead()
821 const LocationContext *LC = Pred->getLocationContext(); in ProcessInitializer() local
1074 const LocationContext *LC = Pred->getLocationContext(); in ProcessTemporaryDtor() local
1138 const LocationContext *LC = Pred->getLocationContext(); in processCleanupTemporaryBranch() local
1163 const LocationContext *LC = Node->getLocationContext(); in VisitCXXBindTemporaryExpr() local
2152 const LocationContext *LC) { in removeIterationState()
2389 const LocationContext *LC = FromLC; in processEndOfFunction() local
[all …]
H A DEnvironment.cpp230 const LocationContext *LC = I.first.getLocationContext(); in printJson() local
246 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { in printJson()
H A DMemRegion.cpp367 const LocationContext *LC, in ProfileRegion()
893 getStackOrCaptureRegionForDeclContext(const LocationContext *LC, in getStackOrCaptureRegionForDeclContext()
921 const LocationContext *LC) { in getVarRegion()
1038 const LocationContext *LC) { in getParamVarRegion()
1047 const LocationContext *LC, in getBlockDataRegion()
1081 const LocationContext *LC) { in getCompoundLiteralRegion()
1152 LocationContext const *LC) { in getCXXTempObjectRegion()
1208 const LocationContext *LC) { in getCXXThisRegion()
1229 const LocationContext *LC) { in getAllocaRegion()
H A DExplodedGraph.cpp309 findTopAutosynthesizedParentContext(const LocationContext *LC) { in findTopAutosynthesizedParentContext()
325 const LocationContext *LC = getLocationContext(); in getStmtForDiagnostics() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h134 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) { in getLValueVar()
139 const LocationContext *LC) { in getLValueCompoundLiteral()
H A DProgramState.h661 const LocationContext *LC) const in getRegion()
732 const LocationContext *LC) const { in getLValue()
737 const LocationContext *LC) const { in getLValue()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp156 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Unary()
175 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Binary()
538 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0)); in SoftenFloatRes_FP16_TO_FP() local
575 RTLIB::Libcall LC = GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FPOWI() local
759 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatRes_XINT_TO_FP() local
874 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT); in SoftenFloatOp_FP_ROUND() local
921 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in findFPToIntLibcall() local
949 RTLIB::Libcall LC = findFPToIntLibcall(SVT, RVT, NVT, Signed); in SoftenFloatOp_FP_TO_XINT() local
1270 void DAGTypeLegalizer::ExpandFloatRes_Unary(SDNode *N, RTLIB::Libcall LC, in ExpandFloatRes_Unary()
1285 void DAGTypeLegalizer::ExpandFloatRes_Binary(SDNode *N, RTLIB::Libcall LC, in ExpandFloatRes_Binary()
[all …]
H A DLegalizeDAG.cpp2044 RTLIB::Libcall LC; in ExpandFPLibCall() local
2077 RTLIB::Libcall LC; in ExpandIntLibCall() local
2100 RTLIB::Libcall LC; in ExpandArgFPLibCall() local
2134 RTLIB::Libcall LC; in ExpandDivRemLibCall() local
2195 RTLIB::Libcall LC; in isSinCosLibcallAvailable() local
2229 RTLIB::Libcall LC; in ExpandSinCosLibCall() local
4052 RTLIB::Libcall LC; in ConvertNodeToLibcall() local
4156 RTLIB::Libcall LC = in ConvertNodeToLibcall() local
4178 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ConvertNodeToLibcall() local
4221 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ConvertNodeToLibcall() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp122 for (int LC = 0; LC < RTLIB::UNKNOWN_LIBCALL; ++LC) in InitLibcalls() local
519 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_CAS)}; in getOUTLINE_ATOMIC() local
523 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_SWP)}; in getOUTLINE_ATOMIC() local
527 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDADD)}; in getOUTLINE_ATOMIC() local
531 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDSET)}; in getOUTLINE_ATOMIC() local
535 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDCLR)}; in getOUTLINE_ATOMIC() local
539 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDEOR)}; in getOUTLINE_ATOMIC() local
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DProgramPoint.cpp23 const LocationContext *LC, in getProgramPoint()
H A DAnalysisDeclContext.cpp168 for (const auto &LC : parent->captures()) { in getSelfDecl() local
411 const LocationContext *LC = this; in getStackFrame() local
648 LocationContext *LC = &*I; in clear() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h341 static bool classof(const LocationContext *LC) { in classof()
376 static bool classof(const LocationContext *LC) { in classof()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp248 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local
266 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local
281 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local
296 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local
311 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local

1234