/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | DebugLoc.h | 38 DebugLoc() {} in DebugLoc() function 39 DebugLoc(DebugLoc &&X) : Loc(std::move(X.Loc)) {} in DebugLoc() function 40 DebugLoc(const DebugLoc &X) : Loc(X.Loc) {} in DebugLoc() function
|
H A D | LLVMContext.h | 35 class DebugLoc; variable
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 18 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc 19 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 18 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc 19 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
|
H A D | DebugInfo.cpp | 1368 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueBefore() 1380 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueAtEnd()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 17 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc 18 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | PseudoProbePrinter.cpp | 27 const DILocation *DebugLoc) { in emitPseudoProbe()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineFunction.h | 51 class DebugLoc; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | OptimizationRemarkEmitter.h | 25 class DebugLoc; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | MachineFunction.h | 49 class DebugLoc; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | MachineFunction.h | 49 class DebugLoc; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | MachineFunction.h | 49 class DebugLoc; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | MachineFunction.h | 48 class DebugLoc; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | MachineFunction.h | 49 class DebugLoc; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWARFLinker/ |
D | DWARFLinkerBase.h | 33 DebugLoc, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWARFLinker/ |
D | DWARFLinkerBase.h | 33 DebugLoc, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DWARFLinker/ |
D | DWARFLinkerBase.h | 33 DebugLoc, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 191 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 184 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 322 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); in parseDebugLoc() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 321 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); in parseDebugLoc() local
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | IRBuilderTest.cpp | 387 TEST_F(IRBuilderTest, DebugLoc) { in TEST_F() argument
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | LiveDebugValues.cpp | 285 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 152 llvm::Value *DebugLoc; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 272 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in spliceBB() local 299 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB() local 313 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB() local 2980 void OpenMPIRBuilder::unrollLoopFull(DebugLoc, CanonicalLoopInfo *Loop) { in unrollLoopFull() argument 2987 void OpenMPIRBuilder::unrollLoopHeuristic(DebugLoc, CanonicalLoopInfo *Loop) { in unrollLoopHeuristic() argument
|