Searched refs:LocationKind (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.cpp | 46 LocationKind = Register; in addReg() 192 LocationKind = Implicit; in addSignedConstant() 199 LocationKind = Implicit; in addUnsignedConstant() 205 LocationKind = Implicit; in addUnsignedConstant() 256 LocationKind = Unknown; in addMachineRegExpression() 280 LocationKind = Unknown; in addMachineRegExpression() 320 LocationKind = Unknown; in addMachineRegExpression() 398 SavedLocationKind = LocationKind; in beginEntryValueExpression() 399 LocationKind = Register; in beginEntryValueExpression() 418 LocationKind = SavedLocationKind; in finalizeEntryValue() [all …]
|
| H A D | DwarfExpression.h | 150 unsigned LocationKind : 3; variable 159 bool isUnknownLocation() const { return LocationKind == Unknown; } in isUnknownLocation() 161 bool isMemoryLocation() const { return LocationKind == Memory; } in isMemoryLocation() 163 bool isRegisterLocation() const { return LocationKind == Register; } in isRegisterLocation() 165 bool isImplicitLocation() const { return LocationKind == Implicit; } in isImplicitLocation() 288 LocationKind(Unknown), SavedLocationKind(Unknown), in DwarfExpression() 309 LocationKind = Memory; in setMemoryLocationKind()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | StackMapPrinter.h | 49 case StackMapParserT::LocationKind::Register: in prettyPrintStackMap() 52 case StackMapParserT::LocationKind::Direct: in prettyPrintStackMap() 55 case StackMapParserT::LocationKind::Indirect: in prettyPrintStackMap() 59 case StackMapParserT::LocationKind::Constant: in prettyPrintStackMap() 62 case StackMapParserT::LocationKind::ConstantIndex: in prettyPrintStackMap()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | StackMapParser.h | 106 enum class LocationKind : uint8_t { enum 117 LocationKind getKind() const { in getKind() 118 return LocationKind(P[KindOffset]); in getKind() 134 assert(getKind() == LocationKind::Constant && "Not a small constant."); in getSmallConstant() 140 assert(getKind() == LocationKind::ConstantIndex && in getConstantIndex() 147 assert((getKind() == LocationKind::Direct || in getOffset() 148 getKind() == LocationKind::Indirect) && in getOffset()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| H A D | ubsan_diag.h | 56 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized }; enum 59 LocationKind Kind; 75 LocationKind getKind() const { return Kind; } in getKind()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| H A D | ubsan_diag.h | 57 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized }; enum 60 LocationKind Kind; 76 LocationKind getKind() const { return Kind; } in getKind()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| H A D | ubsan_diag.h | 55 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized }; enum 58 LocationKind Kind; 74 LocationKind getKind() const { return Kind; } in getKind()
|