HomeSort by relevance Sort by last modified time
    Searched defs:RecordKind (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/DebugInfo/CodeView/
RecordSerialization.h 29 ulittle16_t RecordKind; // Record kind enum (SymRecordKind or TypeRecordKind)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
RecordSerialization.h 35 ulittle16_t RecordLen; // Record length, starting from &RecordKind.
36 ulittle16_t RecordKind; // Record kind enum (SymRecordKind or TypeRecordKind)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
Trace.cpp 348 /// record encountered. The RecordKind is encoded in the first byte of the
363 // The remaining 7 bits are the RecordKind enum.
364 uint8_t RecordKind = RecordFirstByte >> 1;
365 switch (RecordKind) {
420 .concat(Twine(static_cast<unsigned>(RecordKind))),
480 // and RecordKind out of. The remaining 28 are FunctionId.
  /development/vndk/tools/header-checker/src/repr/
ir_representation.h 366 enum RecordKind {
426 void SetRecordKind(RecordKind record_kind) {
430 RecordKind GetRecordKind() const {
448 RecordKind record_kind_;
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 787 OS.EmitIntValue(SymbolKind::S_INLINESITE, 2); // RecordKind
818 OS.EmitIntValue(SymbolKind::S_INLINESITE_END, 2); // RecordKind
    [all...]

Completed in 198 milliseconds