Home
last modified time | relevance | path

Searched refs:CoffSymbolRVA (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DDebugSymbolRVASubsection.cpp20 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
27 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
DDebugSubsectionVisitor.cpp84 case DebugSubsectionKind::CoffSymbolRVA: { in visitDebugSubsection()
DEnumTables.cpp248 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DDebugSymbolRVASubsection.h33 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
50 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
DCodeView.h329 CoffSymbolRVA = 0xfd, enumerator
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DFormatUtil.cpp68 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, "coff symbol rva"); in formatChunkKind()
92 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, in formatChunkKind()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp224 : YAMLSubsectionBase(DebugSubsectionKind::CoffSymbolRVA) {} in YAMLCoffSymbolRVASubsection()
/openbsd/src/gnu/llvm/lld/COFF/
DPDB.cpp816 case DebugSubsectionKind::CoffSymbolRVA: in handleDebugS()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DCOFFDumper.cpp565 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),