clang API Documentation

Functions
Multilib.cpp File Reference
#include "clang/Driver/Multilib.h"
#include "Tools.h"
#include "clang/Driver/Options.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/ADT/Triple.h"
#include "llvm/Option/Arg.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Option/OptTable.h"
#include "llvm/Option/Option.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/YAMLParser.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
Include dependency graph for Multilib.cpp:

Go to the source code of this file.

Functions

static void normalizePathSegment (std::string &Segment)
 normalize Segment to "/foo/bar" or "".
static Multilib compose (const Multilib &Base, const Multilib &New)

Function Documentation

static Multilib compose ( const Multilib Base,
const Multilib New 
) [static]
static void normalizePathSegment ( std::string &  Segment) [static]