Searched refs:LiveDebugValues (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | LiveDebugValues.cpp | 39 class LiveDebugValues : public MachineFunctionPass { class 43 LiveDebugValues(); 44 ~LiveDebugValues() { in ~LiveDebugValues() 67 char LiveDebugValues::ID = 0; 69 char &llvm::LiveDebugValuesID = LiveDebugValues::ID; 71 INITIALIZE_PASS(LiveDebugValues, DEBUG_TYPE, "Live DEBUG_VALUE analysis", false, 75 LiveDebugValues::LiveDebugValues() : MachineFunctionPass(ID) { in LiveDebugValues() function in LiveDebugValues 80 bool LiveDebugValues::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CMakeLists.txt | 193 LiveDebugValues/LiveDebugValues.cpp 194 LiveDebugValues/VarLocBasedImpl.cpp 195 LiveDebugValues/InstrRefBasedImpl.cpp
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/ |
H A D | BUILD.gn | 72 "LiveDebugValues/InstrRefBasedImpl.cpp", 73 "LiveDebugValues/LiveDebugValues.cpp", 74 "LiveDebugValues/VarLocBasedImpl.cpp",
|
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/ |
H A D | Makefile | 8 .PATH: ${LLVM_SRCDIR}/lib/CodeGen/LiveDebugValues 62 LiveDebugValues.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | SourceLevelDebugging.rst | 775 LiveDebugValues expansion of variable locations 779 LiveDebugValues pass runs to achieve two aims: 842 Instead, LiveDebugValues determines variable locations when control 848 Once LiveDebugValues has run, every block should have all valid variable
|
H A D | LangRef.rst | 5534 The operation is introduced by the ``LiveDebugValues`` pass, which
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | ClangFormattedStatus.rst | 3992 * - llvm/lib/CodeGen/LiveDebugValues
|