OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COFFYAML
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Object/
COFFYAML.h
1
//===-
COFFYAML
.h - COFF YAMLIO implementation ------------------*- C++ -*-===//
37
namespace
COFFYAML
{
71
LLVM_YAML_IS_SEQUENCE_VECTOR(
COFFYAML
::Section)
72
LLVM_YAML_IS_SEQUENCE_VECTOR(
COFFYAML
::Symbol)
73
LLVM_YAML_IS_SEQUENCE_VECTOR(
COFFYAML
::Relocation)
114
struct MappingTraits<
COFFYAML
::Relocation> {
115
static void mapping(IO &IO,
COFFYAML
::Relocation &Rel);
124
struct MappingTraits<
COFFYAML
::Symbol> {
125
static void mapping(IO &IO,
COFFYAML
::Symbol &S);
129
struct MappingTraits<
COFFYAML
::Section>
[
all
...]
/external/llvm/lib/Object/
COFFYAML.cpp
1
//===-
COFFYAML
.cpp - COFF YAMLIO implementation --------------------------===//
14
#include "llvm/Object/
COFFYAML
.h"
19
namespace
COFFYAML
{
232
void MappingTraits<
COFFYAML
::Relocation>::mapping(IO &IO,
233
COFFYAML
::Relocation &Rel) {
250
void MappingTraits<
COFFYAML
::Symbol>::mapping(IO &IO,
COFFYAML
::Symbol &S) {
264
void MappingTraits<
COFFYAML
::Section>::mapping(IO &IO,
COFFYAML
::Section &Sec) {
274
void MappingTraits<
COFFYAML
::Object>::mapping(IO &IO, COFFYAML::Object &Obj)
[
all
...]
Completed in 1628 milliseconds