Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossExSubsection.cpp35 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, in addMapping()
40 uint32_t DebugCrossModuleExportsSubsection::calculateSerializedSize() const { in calculateSerializedSize()
44 Error DebugCrossModuleExportsSubsection::commit( in commit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossExSubsection.h47 class DebugCrossModuleExportsSubsection final : public DebugSubsection {
49 DebugCrossModuleExportsSubsection() in DebugCrossModuleExportsSubsection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp468 auto Result = std::make_shared<DebugCrossModuleExportsSubsection>(); in toCodeViewSubsection()