Home
last modified time | relevance | path

Searched refs:EndPrecompRecord (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h917 class EndPrecompRecord : public TypeRecord {
919 EndPrecompRecord() = default;
920 explicit EndPrecompRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in EndPrecompRecord() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp245 EndPrecompRecord &EndPrecomp) { in visitKnownRecord()
DTypeRecordMapping.cpp494 EndPrecompRecord &EndPrecomp) { in visitKnownRecord()
DTypeDumpVisitor.cpp567 EndPrecompRecord &EndPrecomp) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp590 EndPrecompRecord EP(TypeRecordKind::EndPrecomp); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp482 EndPrecompRecord &EP) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp605 template <> void LeafRecordImpl<EndPrecompRecord>::map(IO &IO) { in map()