Home
last modified time | relevance | path

Searched refs:FragmentInfo (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDebugHandlerBase.h40 llvm::Optional<llvm::DIExpression::FragmentInfo> FragmentInfo; member
/external/llvm-project/llvm/include/llvm/CodeGen/
DDebugHandlerBase.h40 llvm::Optional<llvm::DIExpression::FragmentInfo> FragmentInfo; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2454 struct FragmentInfo { struct
2460 static Optional<FragmentInfo> getFragmentInfo(expr_op_iterator Start, argument
2464 Optional<FragmentInfo> getFragmentInfo() const { in getFragmentInfo()
2542 static int fragmentCmp(const FragmentInfo &A, const FragmentInfo &B) { in fragmentCmp()
2566 static bool fragmentsOverlap(const FragmentInfo &A, const FragmentInfo &B) { in fragmentsOverlap()
2593 inline bool operator==(const DIExpression::FragmentInfo &A,
2594 const DIExpression::FragmentInfo &B) {
2599 inline bool operator<(const DIExpression::FragmentInfo &A,
2600 const DIExpression::FragmentInfo &B) {
2605 template <> struct DenseMapInfo<DIExpression::FragmentInfo> {
[all …]
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h2700 struct FragmentInfo { struct
2706 static Optional<FragmentInfo> getFragmentInfo(expr_op_iterator Start, argument
2710 Optional<FragmentInfo> getFragmentInfo() const { in getFragmentInfo()
2788 static int fragmentCmp(const FragmentInfo &A, const FragmentInfo &B) { in fragmentCmp()
2812 static bool fragmentsOverlap(const FragmentInfo &A, const FragmentInfo &B) { in fragmentsOverlap()
2839 inline bool operator==(const DIExpression::FragmentInfo &A,
2840 const DIExpression::FragmentInfo &B) {
2845 inline bool operator<(const DIExpression::FragmentInfo &A,
2846 const DIExpression::FragmentInfo &B) {
2851 template <> struct DenseMapInfo<DIExpression::FragmentInfo> {
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp144 using FragmentInfo = DIExpression::FragmentInfo; typedef in __anon0fae8d260111::LiveDebugValues
145 using OptFragmentInfo = Optional<DIExpression::FragmentInfo>;
423 std::pair<const DILocalVariable *, DIExpression::FragmentInfo>;
425 DenseMap<FragmentOfVar, SmallVector<DIExpression::FragmentInfo, 1>>;
430 DenseMap<const DILocalVariable *, SmallSet<FragmentInfo, 4>>;
633 FragmentInfo ThisFragment = Var.getFragmentOrDefault(); in erase()
1216 FragmentInfo ThisFragment = MIVar.getFragmentOrDefault(); in accumulateFragmentMap()
1223 SmallSet<FragmentInfo, 4> OneFragment; in accumulateFragmentMap()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DVarLocBasedImpl.cpp286 using FragmentInfo = DIExpression::FragmentInfo; typedef in __anon87d824590111::VarLocBasedLDV
287 using OptFragmentInfo = Optional<DIExpression::FragmentInfo>;
619 std::pair<const DILocalVariable *, DIExpression::FragmentInfo>;
621 DenseMap<FragmentOfVar, SmallVector<DIExpression::FragmentInfo, 1>>;
626 DenseMap<const DILocalVariable *, SmallSet<FragmentInfo, 4>>;
852 FragmentInfo ThisFragment = Var.getFragmentOrDefault(); in erase()
1542 FragmentInfo ThisFragment = MIVar.getFragmentOrDefault(); in accumulateFragmentMap()
1549 SmallSet<FragmentInfo, 4> OneFragment; in accumulateFragmentMap()
DInstrRefBasedImpl.cpp881 std::pair<const DILocalVariable *, DIExpression::FragmentInfo>;
883 DenseMap<FragmentOfVar, SmallVector<DIExpression::FragmentInfo, 1>>;
1299 using FragmentInfo = DIExpression::FragmentInfo; typedef in __anon84c0493f0211::InstrRefBasedLDV
1300 using OptFragmentInfo = Optional<DIExpression::FragmentInfo>;
1305 DenseMap<const DILocalVariable *, SmallSet<FragmentInfo, 4>>;
2076 FragmentInfo ThisFragment = MIVar.getFragmentOrDefault(); in accumulateFragmentMap()
2083 SmallSet<FragmentInfo, 4> OneFragment; in accumulateFragmentMap()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp38 Location.FragmentInfo.reset(); in extractFromMachineInstruction()
66 Location.FragmentInfo = {Op->getArg(1), Op->getArg(0)}; in extractFromMachineInstruction()
DDwarfExpression.h90 Optional<DIExpression::FragmentInfo> getFragmentInfo() const { in getFragmentInfo()
DCodeViewDebug.cpp1258 if (Location->FragmentInfo) { in calculateRanges()
1260 DR.StructOffset = Location->FragmentInfo->OffsetInBits / 8; in calculateRanges()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp43 Location.FragmentInfo.reset(); in extractFromMachineInstruction()
71 Location.FragmentInfo = {Op->getArg(1), Op->getArg(0)}; in extractFromMachineInstruction()
DDwarfExpression.h91 Optional<DIExpression::FragmentInfo> getFragmentInfo() const { in getFragmentInfo()
DCodeViewDebug.cpp1273 if (Location->FragmentInfo) { in calculateRanges()
1275 DR.StructOffset = Location->FragmentInfo->OffsetInBits / 8; in calculateRanges()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp26 const DIExpression::FragmentInfo DebugVariable::DefaultFragment = {
975 Optional<DIExpression::FragmentInfo>
979 DIExpression::FragmentInfo Info = {I->getArg(1), I->getArg(0)}; in getFragmentInfo()
1127 Optional<FragmentInfo> FI = Expr->getFragmentInfo(); in appendToStack()
DVerifier.cpp520 DIExpression::FragmentInfo Fragment,
5001 DIExpression::FragmentInfo Fragment, in verifyFragmentExpression()
/external/llvm-project/llvm/lib/CodeGen/
DLiveDebugVariables.cpp163 const Optional<DIExpression::FragmentInfo> Fragment;
194 Optional<DIExpression::FragmentInfo> Fragment, DebugLoc L, in UserValue()
425 Optional<DIExpression::FragmentInfo> Fragment,
599 Optional<DIExpression::FragmentInfo> Fragment, in getUserValue()
/external/llvm-project/llvm/lib/IR/
DDebugInfoMetadata.cpp26 const DIExpression::FragmentInfo DebugVariable::DefaultFragment = {
1190 Optional<DIExpression::FragmentInfo>
1194 DIExpression::FragmentInfo Info = {I->getArg(1), I->getArg(0)}; in getFragmentInfo()
1344 Optional<FragmentInfo> FI = Expr->getFragmentInfo(); in appendToStack()
DVerifier.cpp527 DIExpression::FragmentInfo Fragment,
5421 DIExpression::FragmentInfo Fragment, in verifyFragmentExpression()