OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CUID
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h
678
Optional<StringRef> Source, unsigned
CUID
);
680
bool isValidDwarfFileNumber(unsigned FileNumber, unsigned
CUID
= 0);
686
MCDwarfLineTable &getMCDwarfLineTable(unsigned
CUID
) {
687
return MCDwarfLineTablesCUMap[
CUID
];
690
const MCDwarfLineTable &getMCDwarfLineTable(unsigned
CUID
) const {
691
auto I = MCDwarfLineTablesCUMap.find(
CUID
);
696
const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned
CUID
= 0) {
697
return getMCDwarfLineTable(
CUID
).getMCDwarfFiles();
700
const SmallVectorImpl<std::string> &getMCDwarfDirs(unsigned
CUID
= 0) {
701
return getMCDwarfLineTable(
CUID
).getMCDwarfDirs()
[
all
...]
MCStreamer.h
864
unsigned
CUID
= 0) {
867
Source,
CUID
));
878
unsigned
CUID
= 0);
884
unsigned
CUID
= 0);
975
virtual MCSymbol *getDwarfLineTableSymbol(unsigned
CUID
);
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCStreamer.cpp
231
unsigned
CUID
) {
233
Source,
CUID
);
240
unsigned
CUID
) {
241
getContext().setMCLineTableRootFile(
CUID
, Directory, Filename, Checksum,
260
MCSymbol *MCStreamer::getDwarfLineTableSymbol(unsigned
CUID
) {
261
MCDwarfLineTable &Table = getContext().getMCDwarfLineTable(
CUID
);
265
Context.getOrCreateSymbol(Prefix + "line_table_start" + Twine(
CUID
)));
MCContext.cpp
856
/*
CUID
=*/0, getCompilationDir(), FileName, Cksum, None);
868
unsigned
CUID
) {
869
MCDwarfLineTable &Table = MCDwarfLineTablesCUMap[
CUID
];
876
bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned
CUID
) {
877
const MCDwarfLineTable &LineTable = getMCDwarfLineTable(
CUID
);
MCAsmStreamer.cpp
259
unsigned
CUID
= 0) override;
263
unsigned
CUID
= 0) override;
268
MCSymbol *getDwarfLineTableSymbol(unsigned
CUID
) override;
1478
Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source, unsigned
CUID
) {
1479
assert(
CUID
== 0 && "multiple CUs not supported by MCAsmStreamer");
1481
MCDwarfLineTable &Table = getContext().getMCDwarfLineTable(
CUID
);
1513
unsigned
CUID
) {
1514
assert(
CUID
== 0);
1519
getContext().setMCLineTableRootFile(
CUID
, Directory, Filename, Checksum,
1587
MCSymbol *MCAsmStreamer::getDwarfLineTableSymbol(unsigned
CUID
) {
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h
355
std::string
CUID
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
126
unsigned
CUID
= Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID();
129
CUID
);
132
File->getSource(),
CUID
);
DwarfDebug.h
656
DebugLoc emitInitialLocDirective(const MachineFunction &MF, unsigned
CUID
);
DwarfDebug.cpp
2051
const MDNode *S, unsigned Flags, unsigned
CUID
,
2063
FileNo = static_cast<DwarfCompileUnit &>(*DCUs[
CUID
])
2071
unsigned
CUID
) {
2082
CUID
, getDwarfVersion(), getUnits());
/src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp
2514
/// '-fuse-
cuid
='.
2518
/// Compilation unit ID specified by option '-
cuid
='.
2557
std::string
CUID
= FixedCUID.str();
2558
if (
CUID
.empty()) {
2560
CUID
= llvm::utohexstr(llvm::sys::Process::GetRandomNumber(),
2575
CUID
= llvm::utohexstr(Hash.low(), /*LowerCase=*/true);
2578
IA->setId(
CUID
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDANV.cpp
280
!CGM.getLangOpts().
CUID
.empty()) {
CodeGenModule.cpp
1269
CGM.getLangOpts().CUDAIsDevice && !CGM.getLangOpts().
CUID
.empty())
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp
6561
auto
CUID
= cast<InputAction>(SourceAction)->getId();
6562
if (!
CUID
.empty())
6563
CmdArgs.push_back(Args.MakeArgString(Twine("-
cuid
=") + Twine(
CUID
)));
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
11646
if (LangOpts.
CUID
.empty())
11648
CUIDHash = llvm::utohexstr(llvm::MD5Hash(LangOpts.
CUID
), /*LowerCase=*/true);
Completed in 105 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026