HomeSort by relevance Sort by last modified time
    Searched refs:IsRelative (Results 1 - 4 of 4) sorted by null

  /art/compiler/
elf_patcher.cc 177 if (patch->IsCall() && patch->AsCall()->IsRelative()) {
229 if (patch->IsRelative()) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 206 virtual WINBOOL WINAPI IsRelative(LPWSTR wszMachine,LPWSTR wszNamespace) = 0;
239 WINBOOL (WINAPI *IsRelative)(IWbemPath *This,LPWSTR wszMachine,LPWSTR wszNamespace);
274 #define IWbemPath_IsRelative(This,wszMachine,wszNamespace) (This)->lpVtbl->IsRelative(This,wszMachine,wszNamespace)
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /art/compiler/driver/
compiler_driver.h 504 virtual bool IsRelative() const {
540 bool IsRelative() const {
    [all...]

Completed in 264 milliseconds