MCPcopy Create free account
hub / github.com/Kitware/CMake / GetRPath

Method GetRPath

Source/cmELF.cxx:806–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804}
805
806cmELF::StringEntry const* cmELF::GetRPath()
807{
808 if (this->Valid() &&
809 (this->Internal->GetFileType() == cmELF::FileTypeExecutable ||
810 this->Internal->GetFileType() == cmELF::FileTypeSharedLibrary)) {
811 return this->Internal->GetRPath();
812 }
813 return nullptr;
814}
815
816cmELF::StringEntry const* cmELF::GetRunPath()
817{

Callers 9

LLVMFuzzerTestOneInputFunction · 0.45
CreateBuildSettingsMethod · 0.45
ComputeRPathMethod · 0.45
AddChrpathPatchRuleMethod · 0.45
AdjustRPathELFFunction · 0.45
RemoveRPathELFFunction · 0.45
CheckRPathMethod · 0.45
HandleReadElfCommandFunction · 0.45
ChangeRPathMethod · 0.45

Calls 2

ValidMethod · 0.95
GetFileTypeMethod · 0.45

Tested by

no test coverage detected