Home
last modified time | relevance | path

Searched refs:hasCTypes (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp69 bool NativeExeSymbol::hasCTypes() const { in hasCTypes() function in llvm::pdb::NativeExeSymbol
72 return Dbi->hasCTypes(); in hasCTypes()
DDbiStream.cpp167 bool DbiStream::hasCTypes() const { in hasCTypes() function in DbiStream
DNativeRawSymbol.cpp471 bool NativeRawSymbol::hasCTypes() const { in hasCTypes() function in NativeRawSymbol
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeExeSymbol.h31 bool hasCTypes() const override;
DDbiStream.h52 bool hasCTypes() const;
DNativeRawSymbol.h160 bool hasCTypes() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolExe.h33 FORWARD_SYMBOL_METHOD(hasCTypes)
DIPDBRawSymbol.h139 virtual bool hasCTypes() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolExe.h33 FORWARD_SYMBOL_METHOD(hasCTypes)
DIPDBRawSymbol.h168 virtual bool hasCTypes() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h75 bool hasCTypes() const;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h130 bool hasCTypes() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h155 bool hasCTypes() const override;
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp213 bool DbiStream::hasCTypes() const { in hasCTypes() function in DbiStream
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp244 MOCK_SYMBOL_ACCESSOR(hasCTypes)
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp326 MOCK_SYMBOL_ACCESSOR(hasCTypes)
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp429 if (GlobalScope->hasCTypes()) in dumpPretty()
DLLVMOutputStyle.cpp442 P.printBoolean("Has CTypes", DS->hasCTypes()); in dumpDbiStream()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp824 bool DIARawSymbol::hasCTypes() const { in hasCTypes() function in DIARawSymbol
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp965 bool DIARawSymbol::hasCTypes() const { in hasCTypes() function in DIARawSymbol
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp227 P.formatLine("Has conflicting types: {0}", DBI.hasCTypes()); in dumpFileSummary()
Dllvm-pdbutil.cpp972 if (GlobalScope->hasCTypes()) in dumpPretty()