Home
last modified time | relevance | path

Searched refs:setDebugSectionOffset (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp56 TheU->setDebugSectionOffset(SecOffset); in computeSizeAndOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.h163 void setOffset(uint64_t Offset) { DU.setDebugSectionOffset(Offset); } in setOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h828 void setDebugSectionOffset(unsigned O) { Offset = O; } in setDebugSectionOffset() function