Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp228 YAMLFD.PointerToLinenumber = ObjFD->PointerToLinenumber; in dumpFunctionDefinition()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DCOFF.h420 uint32_t PointerToLinenumber; member
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp539 << binary_le(i->FunctionDefinition->PointerToLinenumber) in writeCOFF()
H A DCOFFYAML.cpp512 IO.mapRequired("PointerToLinenumber", AFD.PointerToLinenumber); in mapping()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h483 support::ulittle32_t PointerToLinenumber; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1590 W.printHex("PointerToLineNumber", Aux->PointerToLinenumber); in printSymbol()