Home
last modified time | relevance | path

Searched defs:DwarfVersion (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h37 DwarfExpression(unsigned DwarfVersion) : DwarfVersion(DwarfVersion) {} in DwarfExpression()
126 DebugLocDwarfExpression(unsigned DwarfVersion, ByteStreamer &BS) in DebugLocDwarfExpression()
DDwarfDebug.h258 unsigned DwarfVersion; variable
/external/llvm-project/llvm/unittests/CodeGen/
DTestAsmPrinter.cpp32 TestAsmPrinter::create(const std::string &TripleStr, uint16_t DwarfVersion, in create()
50 uint16_t DwarfVersion, in init()
DAsmPrinterDwarfTest.cpp28 void setupTestPrinter(const std::string &TripleStr, unsigned DwarfVersion, in setupTestPrinter()
37 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init()
48 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init()
134 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init()
198 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init()
342 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init()
392 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h137 unsigned DwarfVersion : 4; variable
273 DwarfExpression(unsigned DwarfVersion, DwarfCompileUnit &CU) in DwarfExpression()
378 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h152 unsigned DwarfVersion : 4; variable
285 DwarfExpression(unsigned DwarfVersion, DwarfCompileUnit &CU) in DwarfExpression()
395 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression()
DDwarfDebug.cpp309 static AccelTableKind computeAccelTableKind(unsigned DwarfVersion, in computeAccelTableKind()
369 unsigned DwarfVersion = DwarfVersionNumber ? DwarfVersionNumber in DwarfDebug() local
2012 uint16_t DwarfVersion, in recordSourceLine()
2970 const DwarfCompileUnit &CU, uint16_t DwarfVersion) { in emitMacroHeader()
/external/llvm/include/llvm/MC/
DMCTargetOptions.h43 int DwarfVersion; variable
DMCContext.h171 uint16_t DwarfVersion; variable
/external/llvm-project/llvm/lib/MC/
DMCTargetOptionsCommandFlags.cpp66 static cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"), in MCOPT_EXP() local
DMCDwarf.cpp570 uint16_t DwarfVersion, in tryGetFile()
588 uint16_t DwarfVersion, in tryGetFile()
1592 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCTargetOptions.h56 int DwarfVersion = 0; variable
/external/llvm-project/llvm/include/llvm/MC/
DMCTargetOptions.h59 int DwarfVersion = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h54 enum DwarfVersion : uint8_t { enum
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp117 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { in switchToDebugInfoSection()
159 unsigned DwarfVersion) { in emitAbbrevs()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h58 enum DwarfVersion : uint8_t { enum
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp74 uint16_t DwarfVersion = getVersion(); in hasFileAtIndex() local
85 uint16_t DwarfVersion = getVersion(); in getLastValidFileIndex() local
96 uint16_t DwarfVersion = getVersion(); in getFileNameEntry() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp69 uint16_t DwarfVersion = getVersion(); in hasFileAtIndex() local
79 uint16_t DwarfVersion = getVersion(); in getFileNameEntry() local
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp450 unsigned DwarfVersion = MCOptions.DwarfVersion ? MCOptions.DwarfVersion : 4; in main() local
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp411 dwarfgen::Generator::create(Triple TheTriple, uint16_t DwarfVersion) { in create()
/external/llvm-project/llvm/tools/llvm-mc/
Dllvm-mc.cpp388 unsigned DwarfVersion = MCOptions.DwarfVersion ? MCOptions.DwarfVersion : 4; in main() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp541 uint16_t DwarfVersion, in tryGetFile()
559 uint16_t DwarfVersion, in tryGetFile()
1545 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion()
/external/clang/tools/driver/
Dcc1as_main.cpp90 unsigned DwarfVersion; member
/external/llvm-project/clang/tools/driver/
Dcc1as_main.cpp94 unsigned DwarfVersion; member
/external/llvm/include/llvm/CodeGen/
DDIE.h693 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm()

12