Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.h32 struct DbgVariableLocation { struct
48 static Optional<DbgVariableLocation> argument
DDebugHandlerBase.cpp30 Optional<DbgVariableLocation>
31 DbgVariableLocation::extractFromMachineInstruction( in extractFromMachineInstruction()
33 DbgVariableLocation Location; in extractFromMachineInstruction()
DCodeViewDebug.cpp1099 static bool canUseReferenceType(const DbgVariableLocation &Loc) { in canUseReferenceType()
1103 static bool needsReferenceType(const DbgVariableLocation &Loc) { in needsReferenceType()
1118 Optional<DbgVariableLocation> Location = in calculateRanges()
1119 DbgVariableLocation::extractFromMachineInstruction(*DVInst); in calculateRanges()