Home
last modified time | relevance | path

Searched refs:RelTypeName (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ObjectYAML/
H A DELFYAMLTest.cpp89 SmallString<32> RelTypeName; in TEST() local
94 R.getTypeName(RelTypeName); \ in TEST()
95 EXPECT_EQ(#ID, RelTypeName); \ in TEST()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h97 SmallString<32> RelTypeName; in processRelocationRef() local
98 RelI->getTypeName(RelTypeName); in processRelocationRef()
101 << " RelType: " << RelTypeName << " TargetName: " in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h98 SmallString<32> RelTypeName; in processRelocationRef() local
99 RelI->getTypeName(RelTypeName); in processRelocationRef()
102 << " RelType: " << RelTypeName << " TargetName: " in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h238 SmallString<32> RelTypeName; in processRelocationRef() local
239 RelI->getTypeName(RelTypeName); in processRelocationRef()
242 << " RelType: " << RelTypeName << " TargetName: " in processRelocationRef()