/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 155 DebugLocStream &Locs; variable 162 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder() 177 DebugLocStream &Locs; variable
|
H A D | DIEHash.cpp | 275 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 157 DebugLocStream &Locs; variable 165 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder() 185 DebugLocStream &Locs; variable
|
H A D | DIEHash.cpp | 226 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 156 DebugLocStream &Locs; variable 164 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder() 184 DebugLocStream &Locs; variable
|
H A D | DebugLocEntry.h | 120 DbgValueLoc(const DIExpression *Expr, ArrayRef<DbgValueLocEntry> Locs) in DbgValueLoc() 124 DbgValueLoc(const DIExpression *Expr, ArrayRef<DbgValueLocEntry> Locs, in DbgValueLoc()
|
H A D | DIEHash.cpp | 240 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList() local
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 163 std::vector<MCCVLineEntry> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction() local 290 ArrayRef<MCCVLineEntry> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 341 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction() local 478 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 342 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction() local 479 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 730 if (const auto *Locs = FnVarLocs->getWedge(&I)) { in process() local 2155 const auto *Locs = FnVarLocs.getWedge(&I); in removeRedundantDbgLocsUsingBackwardScan() local 2214 const auto *Locs = FnVarLocs.getWedge(&I); in removeRedundantDbgLocsUsingForwardScan() local 2296 const auto *Locs = FnVarLocs.getWedge(&I); in removeUndefDbgLocsFromEntryBlock() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCCCState.h | 47 SmallVectorImpl<CCValAssign> &Locs, LLVMContext &C) in AIXCCState()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/FlowSensitive/ |
D | Arena.h | 130 std::vector<std::unique_ptr<StorageLocation>> Locs; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/FlowSensitive/ |
D | Arena.h | 130 std::vector<std::unique_ptr<StorageLocation>> Locs; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/FlowSensitive/ |
D | Arena.h | 130 std::vector<std::unique_ptr<StorageLocation>> Locs; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/FlowSensitive/ |
D | Arena.h | 130 std::vector<std::unique_ptr<StorageLocation>> Locs; variable
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | CTagsEmitter.cpp | 61 ArrayRef<SMLoc> Locs = R->getLoc(); in locate() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1296 LocPair Locs(MemoryLocation(PN, PNSize, PNAAInfo), in aliasPHI() local 1477 LocPair Locs(MemoryLocation(V1, V1Size, V1AAInfo), in aliasCheck() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1597 AAQueryInfo::LocPair Locs(MemoryLocation(PN, PNSize, PNAAInfo), in aliasPHI() local 1827 AAQueryInfo::LocPair Locs(MemoryLocation(V1, V1Size, V1AAInfo), in aliasCheck() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | StackMaps.cpp | 89 MachineInstr::const_mop_iterator MOE, LocationVec &Locs, in parseOperand()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | StackMaps.cpp | 103 MachineInstr::const_mop_iterator MOE, LocationVec &Locs, in parseOperand()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | DeclObjC.h | 1482 const SourceLocation *Locs, ASTContext &C) { in setProtocolList() 2204 const SourceLocation *Locs, ASTContext &C) { in setProtocolList() 2388 const SourceLocation *Locs, ASTContext &C) { in setProtocolList()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | DeclObjC.h | 1482 const SourceLocation *Locs, ASTContext &C) { in setProtocolList() 2204 const SourceLocation *Locs, ASTContext &C) { in setProtocolList() 2388 const SourceLocation *Locs, ASTContext &C) { in setProtocolList()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | DeclObjC.h | 1485 const SourceLocation *Locs, ASTContext &C) { in setProtocolList() 2207 const SourceLocation *Locs, ASTContext &C) { in setProtocolList() 2389 const SourceLocation *Locs, ASTContext &C) { in setProtocolList()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | DeclObjC.h | 1482 const SourceLocation *Locs, ASTContext &C) { in setProtocolList() 2204 const SourceLocation *Locs, ASTContext &C) { in setProtocolList() 2388 const SourceLocation *Locs, ASTContext &C) { in setProtocolList()
|