HomeSort by relevance Sort by last modified time
    Searched refs:MCDwarfFile (Results 1 - 25 of 37) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
35 /// MCDwarfFile - Instances of this class represent the name of the dwarf
37 /// and MCDwarfFile's are created and unique'd by the MCContext class where
40 class MCDwarfFile {
50 MCDwarfFile(StringRef name, unsigned dirIndex)
53 MCDwarfFile(const MCDwarfFile&); // DO NOT IMPLEMENT
54 void operator=(const MCDwarfFile&); // DO NOT IMPLEMENT
56 /// getName - Get the base name of this MCDwarfFile.
59 /// getDirIndex - Get the dirIndex of this MCDwarfFile
    [all...]
MCContext.h 27 class MCDwarfFile;
94 std::vector<MCDwarfFile *> MCDwarfFiles;
215 const std::vector<MCDwarfFile *> &getMCDwarfFiles() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
43 /// and MCDwarfFile's are created and uniqued by the MCContext class where
46 struct MCDwarfFile {
203 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
267 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
271 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
43 /// and MCDwarfFile's are created and uniqued by the MCContext class where
46 struct MCDwarfFile {
203 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
267 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
271 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
43 /// and MCDwarfFile's are created and uniqued by the MCContext class where
46 struct MCDwarfFile {
203 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
267 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
271 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
43 /// and MCDwarfFile's are created and uniqued by the MCContext class where
46 struct MCDwarfFile {
203 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
267 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
271 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
43 /// and MCDwarfFile's are created and uniqued by the MCContext class where
46 struct MCDwarfFile {
203 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
267 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
271 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
43 /// and MCDwarfFile's are created and uniqued by the MCContext class where
46 struct MCDwarfFile {
203 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
267 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
271 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
  /external/swiftshader/third_party/LLVM/lib/MC/
MCContext.cpp 260 MCDwarfFile *&ExistingFile = MCDwarfFiles[FileNumber];
266 // Get the new MCDwarfFile slot for this FileNumber.
267 MCDwarfFile *&File = MCDwarfFiles[FileNumber];
299 // Now make the MCDwarfFile entry and place it in the slot in the MCDwarfFiles
303 File = new (*this) MCDwarfFile(StringRef(Buf, Name.size()), DirIndex);
MCDwarf.cpp 275 const std::vector<MCDwarfFile *> &MCDwarfFiles =
425 void MCDwarfFile::print(raw_ostream &OS) const {
429 void MCDwarfFile::dump() const {
    [all...]
  /external/llvm/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
40 /// and MCDwarfFile's are created and uniqued by the MCContext class where
43 struct MCDwarfFile {
199 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
259 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
263 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
MCContext.h 37 struct MCDwarfFile;
464 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
43 /// and MCDwarfFile's are created and uniqued by the MCContext class where
46 struct MCDwarfFile {
203 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
267 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
271 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
MCContext.h 510 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
43 /// and MCDwarfFile's are created and uniqued by the MCContext class where
46 struct MCDwarfFile {
203 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
267 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
271 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
MCContext.h 510 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
43 /// and MCDwarfFile's are created and uniqued by the MCContext class where
46 struct MCDwarfFile {
203 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
267 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
271 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
MCContext.h 510 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
43 /// and MCDwarfFile's are created and uniqued by the MCContext class where
46 struct MCDwarfFile {
203 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
267 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
271 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
MCContext.h 510 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
43 /// and MCDwarfFile's are created and uniqued by the MCContext class where
46 struct MCDwarfFile {
203 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
267 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
271 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
MCContext.h 510 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
43 /// and MCDwarfFile's are created and uniqued by the MCContext class where
46 struct MCDwarfFile {
203 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
267 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
271 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
43 /// and MCDwarfFile's are created and uniqued by the MCContext class where
46 struct MCDwarfFile {
203 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
267 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
271 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
43 /// and MCDwarfFile's are created and uniqued by the MCContext class where
46 struct MCDwarfFile {
203 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
267 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
271 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {

Completed in 168 milliseconds

1 2