Home
last modified time | relevance | path

Searched refs:EnableDwarfDirectory (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h82 EnableDwarfDirectory, enumerator
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp45 MCOptions.MCUseDwarfDirectory = MCTargetOptions::EnableDwarfDirectory; in init()
/src/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp361 MCOptions.MCUseDwarfDirectory = MCTargetOptions::EnableDwarfDirectory; in main()
/src/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp516 DwarfDirectory ? MCTargetOptions::EnableDwarfDirectory in compileModule()
/src/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp536 MCOptions.MCUseDwarfDirectory = MCTargetOptions::EnableDwarfDirectory; in ExecuteAssemblerImpl()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp464 : llvm::MCTargetOptions::EnableDwarfDirectory; in initTargetOptions()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp66 MCOptions.MCUseDwarfDirectory = MCTargetOptions::EnableDwarfDirectory; in init()
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp101 case MCTargetOptions::EnableDwarfDirectory: in MCAsmStreamer()