OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompilationDir
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/MC/
MCContext.h
102
SmallString<128>
CompilationDir
;
275
StringRef getCompilationDir() const { return
CompilationDir
; }
279
void setCompilationDir(StringRef S) {
CompilationDir
= S.str(); }
/external/llvm/lib/DebugInfo/
DWARFContext.cpp
335
if (const char *
CompilationDir
= CU->getCompilationDir()) {
336
sys::path::append(AbsolutePath,
CompilationDir
);
/external/llvm/lib/MC/
MCContext.cpp
45
error_code EC = llvm::sys::fs::current_path(
CompilationDir
);
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h
412
StringRef
CompilationDir
;
DwarfDebug.cpp
665
if (DirName ==
CompilationDir
)
695
CompilationDir
= DIUnit.getDirectory();
705
getOrCreateSourceID(FN,
CompilationDir
, NewCU->getUniqueID());
749
if (!useSplitDwarf() && !
CompilationDir
.empty())
750
NewCU->addString(Die, dwarf::DW_AT_comp_dir,
CompilationDir
);
[
all
...]
Completed in 236 milliseconds