Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h31 struct DbgVariableLocation { struct
47 static Optional<DbgVariableLocation> argument
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp33 Optional<DbgVariableLocation>
34 DbgVariableLocation::extractFromMachineInstruction( in extractFromMachineInstruction()
36 DbgVariableLocation Location; in extractFromMachineInstruction()
H A DCodeViewDebug.cpp1319 static bool canUseReferenceType(const DbgVariableLocation &Loc) { in canUseReferenceType()
1323 static bool needsReferenceType(const DbgVariableLocation &Loc) { in needsReferenceType()
1340 Optional<DbgVariableLocation> Location = in calculateRanges()
1341 DbgVariableLocation::extractFromMachineInstruction(*DVInst); in calculateRanges()