Home
last modified time | relevance | path

Searched refs:PointerToLinenumbers (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp76 Sec.Header.PointerToLinenumbers = 0; in addSection()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp172 COFFSection->PointerToLinenumbers; in dumpSections()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp753 SectionOneHeader->PointerToLinenumbers = 0; in writeFirstSectionHeader()
771 SectionTwoHeader->PointerToLinenumbers = 0; in writeSecondSectionHeader()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h447 support::ulittle32_t PointerToLinenumbers; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1804 uint32_t(Header.PointerToLinenumbers)); in dumpSectionHeaders()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1434 W.printHex ("PointerToLineNumbers", Section->PointerToLinenumbers); in printSectionHeaders()