OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSourceFileName
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCompiland.h
31
std::string
getSourceFileName
() const;
PDBSymbolCompilandDetails.h
46
FORWARD_SYMBOL_METHOD(
getSourceFileName
)
IPDBRawSymbol.h
131
virtual std::string
getSourceFileName
() const = 0;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBSymbolCompiland.cpp
28
std::string PDBSymbolCompiland::
getSourceFileName
() const {
42
std::string RecordedResult = RawSymbol->
getSourceFileName
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp
1133
TheModule.
getSourceFileName
());
1221
<< SrcModule->
getSourceFileName
() << "\n");
1231
SrcModule->
getSourceFileName
())}));
1243
<< SrcModule->
getSourceFileName
() << "\n");
1257
<< SrcModule->
getSourceFileName
() << "\n");
1268
<< SrcModule->
getSourceFileName
() << "\n");
1275
SrcModule->
getSourceFileName
())}));
1298
dbgs() << DestModule.
getSourceFileName
() << ": Import " << GV->getName()
1299
<< " from " << SrcModule->
getSourceFileName
() << "\n";
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CloneModule.cpp
52
New->setSourceFileName(M.
getSourceFileName
());
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h
105
std::string
getSourceFileName
() const override;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h
110
std::string
getSourceFileName
() const override;
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
LTO.h
172
StringRef
getSourceFileName
() const { return SourceFileName; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
IRSymtab.h
280
StringRef
getSourceFileName
() const { return str(header().SourceFileName); }
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeRawSymbol.cpp
275
std::string NativeRawSymbol::
getSourceFileName
() const {
/src/external/apache2/llvm/dist/llvm/lib/IR/
Globals.cpp
159
getParent()->
getSourceFileName
());
AsmWriter.cpp
2818
if (!M->
getSourceFileName
().empty()) {
2820
printEscapedString(M->
getSourceFileName
(), Out);
/src/external/apache2/llvm/dist/llvm/lib/Object/
IRSymtab.cpp
327
setStr(Hdr.SourceFileName, IRMods[0]->
getSourceFileName
());
/src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
llvm-lto2.cpp
409
outs() << "source filename: " << Input->
getSourceFileName
() << '\n';
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h
238
const std::string &
getSourceFileName
() const { return SourceFileName; }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp
395
!Allowlist->inSection("coverage", "src", M.
getSourceFileName
()))
398
Blocklist->inSection("coverage", "src", M.
getSourceFileName
()))
HWAddressSanitizer.cpp
1458
Hasher.update(M.
getSourceFileName
());
/src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp
583
sys::path::filename(Obj->
getSourceFileName
()).str();
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp
770
std::string DIARawSymbol::
getSourceFileName
() const {
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp
264
StringRef FileName(F.getParent()->
getSourceFileName
());
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
1303
StringEncoding Bits = getStringEncoding(M.
getSourceFileName
());
1317
for (const auto P : M.
getSourceFileName
())
4720
StringEncoding Bits = getStringEncoding(M.
getSourceFileName
());
4734
for (const auto P : M.
getSourceFileName
())
/src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp
479
File->SourceFileName = FOrErr->TheReader.
getSourceFileName
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
302
llvm::sys::path::filename(M.
getSourceFileName
()));
304
OutStreamer->emitFileDirective(M.
getSourceFileName
());
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
776
(GO->getParent() ? GO->getParent()->
getSourceFileName
() : "unknown") +
Completed in 45 milliseconds
1
2
Indexes created Wed Jun 17 00:25:26 UTC 2026