/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.cpp | 35 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 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
|
H A D | MachOObjcopy.cpp | 33 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 D | MachOWriter.cpp | 122 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-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A 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() 218 for (auto &LC : Obj.LoadCommands) { in writeLoadCommands() local 267 for (auto &LC : Obj.LoadCommands) { in writeSectionData() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 1146 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-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A 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
|
H A D | ExprInspectionChecker.cpp | 131 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 D | AnalyzerStatsChecker.cpp | 49 const LocationContext *LC = GraphRoot->getLocation().getLocationContext(); in checkEndAnalysis() local
|
H A D | UnreachableCodeChecker.cpp | 59 const LocationContext *LC = nullptr; in checkEndAnalysis() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | PrettyStackTraceLocationContext.h | 31 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext()
|
H A 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 …]
|
H A D | Environment.cpp | 230 const LocationContext *LC = I.first.getLocationContext(); in printJson() local 246 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { in printJson()
|
H A D | MemRegion.cpp | 367 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 D | ExplodedGraph.cpp | 309 findTopAutosynthesizedParentContext(const LocationContext *LC) { in findTopAutosynthesizedParentContext() 325 const LocationContext *LC = getLocationContext(); in getStmtForDiagnostics() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 134 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) { in getLValueVar() 139 const LocationContext *LC) { in getLValueCompoundLiteral()
|
H A D | ProgramState.h | 661 const LocationContext *LC) const in getRegion() 732 const LocationContext *LC) const { in getLValue() 737 const LocationContext *LC) const { in getLValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 156 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() 511 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_EXTEND() local 538 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0)); in SoftenFloatRes_FP16_TO_FP() local 548 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND() 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 [all …]
|
H A D | LegalizeDAG.cpp | 1979 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() 2044 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 3899 RTLIB::Libcall LC = RTLIB::getOUTLINE_ATOMIC(Opc, Order, VT); in ConvertNodeToLibcall() local 4052 RTLIB::Libcall LC; in ConvertNodeToLibcall() local 4156 RTLIB::Libcall LC = in ConvertNodeToLibcall() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 122 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-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ProgramPoint.cpp | 23 const LocationContext *LC, in getProgramPoint()
|
H A D | AnalysisDeclContext.cpp | 168 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-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | AnalysisDeclContext.h | 341 static bool classof(const LocationContext *LC) { in classof() 376 static bool classof(const LocationContext *LC) { in classof()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 248 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
|