HomeSort by: relevance | last modified time | path
    Searched refs:DbgVariableLocation (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DebugHandlerBase.h 31 struct DbgVariableLocation {
47 static Optional<DbgVariableLocation>
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.cpp 34 Optional<DbgVariableLocation>
35 DbgVariableLocation::extractFromMachineInstruction(
37 DbgVariableLocation Location;
CodeViewDebug.cpp 1239 static bool canUseReferenceType(const DbgVariableLocation &Loc) {
1243 static bool needsReferenceType(const DbgVariableLocation &Loc) {
1260 Optional<DbgVariableLocation> Location =
1261 DbgVariableLocation::extractFromMachineInstruction(*DVInst);

Completed in 20 milliseconds