Home
last modified time | relevance | path

Searched defs:DebugLoc (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/include/llvm/IR/
DDebugLoc.h38 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
DLLVMContext.h35 class DebugLoc; variable
/external/llvm/lib/IR/
DDebugLoc.cpp18 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugLoc.cpp18 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
DDebugInfo.cpp1368 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueBefore()
1380 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueAtEnd()
/external/llvm-project/llvm/lib/IR/
DDebugLoc.cpp18 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
DDebugInfo.cpp1407 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueBefore()
1419 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueAtEnd()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h51 class DebugLoc; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DOptimizationRemarkEmitter.h25 class DebugLoc; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h48 class DebugLoc; variable
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp189 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp184 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DYAMLRemarkParser.cpp322 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); in parseDebugLoc() local
/external/llvm-project/llvm/lib/Remarks/
DYAMLRemarkParser.cpp321 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); in parseDebugLoc() local
/external/llvm/unittests/IR/
DIRBuilderTest.cpp387 TEST_F(IRBuilderTest, DebugLoc) { in TEST_F() argument
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h152 llvm::Value *DebugLoc; member
/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp285 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1358 type DebugLoc struct { struct
1359 Line, Col uint
1360 Scope Metadata
1361 InlinedAt Metadata
/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp863 TEST_F(IRBuilderTest, DebugLoc) { in TEST_F() argument
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h402 llvm::Value *DebugLoc; member
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp1593 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
1652 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugInstrRef() local
DVarLocBasedImpl.cpp1054 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp829 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp783 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1429 bool DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()

12