Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h31 struct DbgVariableLocation { struct
47 static Optional<DbgVariableLocation> argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp34 Optional<DbgVariableLocation>
35 DbgVariableLocation::extractFromMachineInstruction( in extractFromMachineInstruction()
37 DbgVariableLocation Location; in extractFromMachineInstruction()
H A DCodeViewDebug.cpp1239 static bool canUseReferenceType(const DbgVariableLocation &Loc) { in canUseReferenceType()
1243 static bool needsReferenceType(const DbgVariableLocation &Loc) { in needsReferenceType()
1260 Optional<DbgVariableLocation> Location = in calculateRanges()
1261 DbgVariableLocation::extractFromMachineInstruction(*DVInst); in calculateRanges()