/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 149 for (const auto &Sec : LC.Sections) { in writeLoadCommandData() argument 163 if (!LC.Content.empty()) { in writePayloadString() argument 126 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 132 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 173 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 180 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 187 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 195 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 201 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 207 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 213 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 219 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument 249 for (auto &LC : Obj.LoadCommands) { writeLoadCommands() local 299 for (auto &LC : Obj.LoadCommands) { writeSectionData() local 405 for (const MachOYAML::LoadCommand &LC : Obj.LoadCommands) { writeRelocations() local 502 for (auto &LC : Obj.LoadCommands) { writeLinkEditData() local 704 writeFatArch(MachOYAML::FatArch & LC,raw_ostream & OS) writeFatArch() argument [all...] |
/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.cpp | 128 for (auto I = LC in removeSections() local 45 LoadCommand &LC = LoadCommands[Index]; updateLoadCommandIndexes() local 96 __anon868ad43e0102(const LoadCommand &LC) removeLoadCommands() argument 150 for (const LoadCommand &LC : LoadCommands) { nextAvailableSegmentAddress() local 186 LoadCommand LC; addSegment() local [all...] |
H A D | MachOObjcopy.cpp | 36 static bool isLoadCommandWithPayloadString(const LoadCommand &LC) { in isLoadCommandWithPayloadString() argument 46 static StringRef getPayloadString(const LoadCommand &LC) { in getPayloadString() argument 137 updateLoadCommandPayloadString(LoadCommand & LC,StringRef S) updateLoadCommandPayloadString() argument 149 LoadCommand LC; buildRPathLoadCommand() local 166 __anon16f7cf9d0602(const LoadCommand &LC) processLoadCommands() argument 274 __anon16f7cf9d0702(const LoadCommand &LC) processLoadCommands() argument 345 __anon16f7cf9d0802(const LoadCommand &LC) findSection() argument [all...] |
H A D | MachOReader.cpp | 123 LoadCommand LC; readLoadCommands() local 250 for (auto &LC : O.LoadCommands) setSymbolInRelocationInfo() local 300 const MachO::linkedit_data_command &LC = readLinkData() local 351 for (const LoadCommand &LC : O.LoadCommands) readSwiftVersion() local [all...] |
H A D | MachOWriter.cpp | 112 for (const std::unique_ptr<Section> &S : LC.Sections) { in totalSize() local 158 for (const LoadCommand &LC : O.LoadCommands) { writeLoadCommands() local 240 for (const LoadCommand &LC : O.LoadCommands) writeSections() local [all...] |
H A D | MachOLayoutBuilder.cpp | 28 for (const LoadCommand &LC : O.LoadCommands) { in computeSizeOfCmds() local 243 for (const auto &LC : O.LoadCommands) { layoutTail() local [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-extern-local.cpp | 29 struct LC { int localfunc() { extern int var4; return var4; } }; in f3() struct
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 208 MachOYAML::LoadCommand &LC, in processLoadCommandData() 217 MachOYAML::LoadCommand &LC, in processLoadCommandData() 227 MachOYAML::LoadCommand &LC, in processLoadCommandData() 236 readString(MachOYAML::LoadCommand &LC, in readString() 248 MachOYAML::LoadCommand &LC, in processLoadCommandData() 257 MachOYAML::LoadCommand &LC, in processLoadCommandData() 266 MachOYAML::LoadCommand &LC, in processLoadCommandData() 275 MachOYAML::LoadCommand &LC, in processLoadCommandData() 319 MachOYAML::LoadCommand LC; in dumpLoadCommands() local 632 for (const auto &LC : Y->LoadCommands) { in dumpChainedFixups() local
|
/llvm-project/llvm/unittests/ExecutionEngine/JITLink/ |
H A D | JITLinkMocks.cpp |
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | PrettyStackTraceLocationContext.h | 31 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext()
|
H A D | Environment.cpp | 232 const LocationContext *LC = I.first.getLocationContext(); in printJson() local 248 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { in printJson()
|
H A D | ExprEngine.cpp | 129 const LocationContext *LC) in ConstructedObjectKey() argument 322 ProgramStateRef State, const LocationContext *LC, in createTemporaryRegionIfNeeded() argument 564 addObjectUnderConstruction(ProgramStateRef State,const ConstructionContextItem & Item,const LocationContext * LC,SVal V) addObjectUnderConstruction() argument 605 getObjectUnderConstruction(ProgramStateRef State,const ConstructionContextItem & Item,const LocationContext * LC) getObjectUnderConstruction() argument 614 finishObjectConstruction(ProgramStateRef State,const ConstructionContextItem & Item,const LocationContext * LC) finishObjectConstruction() argument 622 elideDestructor(ProgramStateRef State,const CXXBindTemporaryExpr * BTE,const LocationContext * LC) elideDestructor() argument 632 cleanupElidedDestructor(ProgramStateRef State,const CXXBindTemporaryExpr * BTE,const LocationContext * LC) cleanupElidedDestructor() argument 640 isDestructorElided(ProgramStateRef State,const CXXBindTemporaryExpr * BTE,const LocationContext * LC) isDestructorElided() argument 648 const LocationContext *LC = FromLC; areAllObjectsFullyConstructed() local 930 __anonf2d84e570202(const LocationContext *LC) printStateTraitWithLocationContextJson() argument 1006 shouldRemoveDeadBindings(AnalysisManager & AMgr,const Stmt * S,const ExplodedNode * Pred,const LocationContext * LC) shouldRemoveDeadBindings() argument 1031 removeDead(ExplodedNode * Pred,ExplodedNodeSet & Out,const Stmt * ReferenceStmt,const LocationContext * LC,const Stmt * DiagnosticStmt,ProgramPoint::Kind K) removeDead() argument 1161 const LocationContext *LC = Pred->getLocationContext(); ProcessInitializer() local 1569 const LocationContext *LC = Pred->getLocationContext(); ProcessTemporaryDtor() local 1648 const LocationContext *LC = Pred->getLocationContext(); processCleanupTemporaryBranch() local 1673 const LocationContext *LC = Node->getLocationContext(); VisitCXXBindTemporaryExpr() local 2687 removeIterationState(ProgramStateRef State,const ObjCForCollectionStmt * O,const LocationContext * LC) removeIterationState() argument 2694 hasMoreIteration(ProgramStateRef State,const ObjCForCollectionStmt * O,const LocationContext * LC) hasMoreIteration() argument 2924 const LocationContext *LC = FromLC; processEndOfFunction() local 3580 const LocationContext *LC = Pred->getLocationContext(); evalBind() local [all...] |
H A D | MemRegion.cpp | 1003 while (LC) { in getVarRegion() argument 380 ProfileRegion(llvm::FoldingSetNodeID & ID,const BlockCodeRegion * BC,const LocationContext * LC,unsigned BlkCount,const MemRegion * sReg) ProfileRegion() argument 977 getStackOrCaptureRegionForDeclContext(const LocationContext * LC,const DeclContext * DC,const VarDecl * VD) getStackOrCaptureRegionForDeclContext() argument 1114 getParamVarRegion(const Expr * OriginExpr,unsigned Index,const LocationContext * LC) getParamVarRegion() argument 1123 getBlockDataRegion(const BlockCodeRegion * BC,const LocationContext * LC,unsigned blockCount) getBlockDataRegion() argument 1155 getCompoundLiteralRegion(const CompoundLiteralExpr * CL,const LocationContext * LC) getCompoundLiteralRegion() argument 1228 getCXXTempObjectRegion(Expr const * E,LocationContext const * LC) getCXXTempObjectRegion() argument 1236 getCXXLifetimeExtendedObjectRegion(const Expr * Ex,const ValueDecl * VD,const LocationContext * LC) getCXXLifetimeExtendedObjectRegion() argument 1301 getCXXThisRegion(QualType thisPointerTy,const LocationContext * LC) getCXXThisRegion() argument 1322 getAllocaRegion(const Expr * E,unsigned cnt,const LocationContext * LC) getAllocaRegion() argument [all...] |
H A D | ExplodedGraph.cpp | 307 findTopAutosynthesizedParentContext(const LocationContext *LC) { in findTopAutosynthesizedParentContext() argument 323 const LocationContext *LC = getLocationContext(); in getStmtForDiagnostics() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TraversalChecker.cpp | 84 for (const LocationContext *LC = C.getLocationContext()->getParent(); checkPreCall() local 101 for (const LocationContext *LC = C.getLocationContext()->getParent(); checkPostCall() local
|
H A D | AnalyzerStatsChecker.cpp | 51 const LocationContext *LC = GraphRoot->getLocation().getLocationContext(); in checkEndAnalysis() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 45 auto *LC = dyn_cast<Constant>(LHS); in FoldBinOp() local 57 auto *LC = dyn_cast<Constant>(LHS); in FoldExactBinOp() local 70 auto *LC = dyn_cast<Constant>(LHS); in FoldNoWrapBinOp() local 99 auto *LC = dyn_cast<Constant>(LHS); in FoldCmp() local
|
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/ |
H A D | debug-types-line-tables.s | 128 .LC: label
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 56 auto *LC = dyn_cast<Constant>(LHS); in FoldBinOp() local 68 auto *LC = dyn_cast<Constant>(LHS); in FoldExactBinOp() local 81 auto *LC = dyn_cast<Constant>(LHS); in FoldNoWrapBinOp() local 103 auto *LC = dyn_cast<Constant>(LHS); in FoldCmp() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 135 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) { in getLValueVar() argument 140 const LocationContext *LC) { in getLValueCompoundLiteral() argument
|
/llvm-project/clang/test/Parser/ |
H A D | cxx-casting.cpp | 76 #define LC <: in test2() macro
|
/llvm-project/llvm/unittests/BinaryFormat/ |
H A D | MachOTest.cpp | 40 macho_load_command *LC = TEST() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | ProgramPoint.cpp | 23 getProgramPoint(const Stmt * S,ProgramPoint::Kind K,const LocationContext * LC,const ProgramPointTag * tag) getProgramPoint() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2062 ExpandLibCall(RTLIB::Libcall LC,SDNode * Node,TargetLowering::ArgListTy && Args,bool isSigned) ExpandLibCall() argument 2117 ExpandLibCall(RTLIB::Libcall LC,SDNode * Node,bool isSigned) ExpandLibCall() argument 2157 RTLIB::Libcall LC = RTLIB::getFREXP(VT); ExpandFrexpLibCall() local 2176 ExpandFPLibCall(SDNode * Node,RTLIB::Libcall LC,SmallVectorImpl<SDValue> & Results) ExpandFPLibCall() argument 2206 RTLIB::Libcall LC = RTLIB::getFPLibCall(Node->getSimpleValueType(0), ExpandFPLibCall() local 2218 RTLIB::Libcall LC; ExpandIntLibCall() local 2240 RTLIB::Libcall LC = RTLIB::getFPLibCall(InVT.getSimpleVT(), ExpandArgFPLibCall() local 2253 RTLIB::Libcall LC; ExpandDivRemLibCall() local 2314 RTLIB::Libcall LC; isSinCosLibcallAvailable() local 2346 RTLIB::Libcall LC; ExpandSinCosLibCall() local 3662 RTLIB::Libcall LC = RTLIB::getLDEXP(VT); ExpandNode() local 3677 RTLIB::Libcall LC = RTLIB::getFREXP(Node->getValueType(0)); ExpandNode() local 4447 RTLIB::Libcall LC = RTLIB::getOUTLINE_ATOMIC(Opc, Order, VT); ConvertNodeToLibcall() local 4632 RTLIB::Libcall LC = RTLIB::getPOWI(Node->getSimpleValueType(0)); ConvertNodeToLibcall() local 4761 RTLIB::Libcall LC = ConvertNodeToLibcall() local 4768 RTLIB::Libcall LC = ConvertNodeToLibcall() local 4790 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; ConvertNodeToLibcall() local 4833 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; ConvertNodeToLibcall() local 4871 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), VT); ConvertNodeToLibcall() local 4892 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; ConvertNodeToLibcall() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 122 for (int LC = 0; LC < RTLIB::UNKNOWN_LIBCALL; ++LC) InitLibcalls() local 652 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_CAS)}; getOUTLINE_ATOMIC() local 656 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_SWP)}; getOUTLINE_ATOMIC() local 660 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDADD)}; getOUTLINE_ATOMIC() local 664 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDSET)}; getOUTLINE_ATOMIC() local 668 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDCLR)}; getOUTLINE_ATOMIC() local 672 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDEOR)}; getOUTLINE_ATOMIC() local [all...] |