Home
last modified time | relevance | path

Searched refs:DbgVariableLocation (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h31 struct DbgVariableLocation { struct
47 static std::optional<DbgVariableLocation> argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp33 std::optional<DbgVariableLocation>
34 DbgVariableLocation::extractFromMachineInstruction( in extractFromMachineInstruction()
36 DbgVariableLocation Location; in extractFromMachineInstruction()
H A DCodeViewDebug.cpp1338 static bool canUseReferenceType(const DbgVariableLocation &Loc) {
1342 static bool needsReferenceType(const DbgVariableLocation &Loc) { in calculateRanges()
1359 std::optional<DbgVariableLocation> Location = in calculateRanges()
1360 DbgVariableLocation::extractFromMachineInstruction(*DVInst); in calculateRanges()